<?php
namespace App\Repository;

use Parthenon\Athena\Repository\CrudRepositoryInterface;

interface {{className}}RepositoryInterface extends CrudRepositoryInterface
{
}
