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