RepositoryInterface.php 116B

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