9 lines
116B

  1. <?php
  2. namespace domain\_;
  3. interface RepositoryInterface
  4. {
  5. public function getDefaultOptionsSearch(): array;
  6. }