選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
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. }