<?php

namespace App\Repository;

use Parthenon\Athena\Repository\DoctrineCrudRepository;

class {{className}}Repository extends DoctrineCrudRepository implements {{className}}RepositoryInterface
{
}
