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