RepositoryQueryInterface.php 97B

2 лет назад
2 лет назад
2 лет назад
12345678910
  1. <?php
  2. namespace common\logic;
  3. use yii\db\ActiveQuery;
  4. interface RepositoryQueryInterface
  5. {
  6. }