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