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