RepositoryQueryInterface.php 68B

12345678
  1. <?php
  2. namespace domain\_;
  3. interface RepositoryQueryInterface
  4. {
  5. }