You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ReminderRepositoryQuery.php 419B

3 년 전
3 년 전
3 년 전
3 년 전
12345678910111213
  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. }