Просмотр файла app/Repositories/RepositoryInterface.php

Размер файла: 148B
<?php

declare(strict_types=1);

namespace App\Repositories;

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

}