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