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