View file app/Repositories/RepositoryInterface.php

File size: 148B
<?php

declare(strict_types=1);

namespace App\Repositories;

/**
 * Describes the interface of a repository
 */
interface RepositoryInterface
{

}