Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 lines
304B

  1. <?php
  2. namespace Lc\CaracoleBundle\Controller\Reminder;
  3. use Lc\CaracoleBundle\Controller\AdminControllerTrait;
  4. use Lc\SovBundle\Controller\Reminder\ReminderAdminController as SovReminderController;
  5. abstract class ReminderAdminController extends SovReminderController
  6. {
  7. use AdminControllerTrait;
  8. }