您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
419B

  1. <?php
  2. namespace Lc\CaracoleBundle\Repository\Reminder;
  3. use Lc\CaracoleBundle\Repository\MerchantRepositoryQueryTrait;
  4. use Lc\CaracoleBundle\Repository\SectionRepositoryQueryTrait;
  5. use Lc\SovBundle\Repository\Reminder\ReminderRepositoryQuery as SovReminderRepositoryQuery;
  6. class ReminderRepositoryQuery extends SovReminderRepositoryQuery
  7. {
  8. use MerchantRepositoryQueryTrait;
  9. use SectionRepositoryQueryTrait;
  10. }