9 lines
72B

  1. <?php
  2. namespace common\logic;
  3. interface RepositoryQueryInterface
  4. {
  5. }