CardUseLogRepository.php 165 B

12345678910
  1. <?php
  2. namespace App\Contracts\Repositories;
  3. use Prettus\Repository\Contracts\RepositoryInterface;
  4. interface CardUseLogRepository extends RepositoryInterface
  5. {
  6. }