Просмотр файла motorcms-v2.0.2-max/app/Repositories/RepositoryInterface.php
<?php declare(strict_types=1); namespace App\Repositories; /** * Describes the interface of a repository */ interface RepositoryInterface { }
<?php declare(strict_types=1); namespace App\Repositories; /** * Describes the interface of a repository */ interface RepositoryInterface { }