View file 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 { }