|
|
@@ -6,6 +6,7 @@ use Doctrine\ORM\EntityManagerInterface; |
|
|
|
use Lc\CaracoleBundle\Resolver\MerchantResolver; |
|
|
|
use Lc\CaracoleBundle\Resolver\SectionResolver; |
|
|
|
use Lc\SovBundle\Container\Reminder\ReminderContainer; |
|
|
|
use Lc\SovBundle\Controller\ControllerTrait; |
|
|
|
use Lc\SovBundle\Factory\Reminder\ReminderFactory; |
|
|
|
use Lc\SovBundle\Form\Reminder\ReminderAdminFormType; |
|
|
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; |
|
|
@@ -19,6 +20,7 @@ use Symfony\Component\Routing\Annotation\Route; |
|
|
|
|
|
|
|
class ReminderAdminController extends AbstractController |
|
|
|
{ |
|
|
|
use ControllerTrait; |
|
|
|
|
|
|
|
protected EntityManagerInterface $entityManager; |
|
|
|
protected ReminderContainer $reminderContainer; |