- <?php
- namespace App\Contracts\Repositories;
- use Prettus\Repository\Contracts\RepositoryInterface;
- /**
- * Interface ResourceRepository.
- *
- * @package namespace App\Contracts\Repositories;
- */
- interface ResourceRepository extends RepositoryInterface
- {
- //
- }
|