create a notification controller

This commit is contained in:
Julien Fastré 2021-12-25 22:16:34 +01:00
parent e972beee11
commit d62893827b

View File

@ -16,7 +16,7 @@ use Chill\MainBundle\Entity\Notification;
use Chill\PersonBundle\Notification\AccompanyingPeriodNotificationRenderer; use Chill\PersonBundle\Notification\AccompanyingPeriodNotificationRenderer;
use Exception; use Exception;
final class NotificationRenderer final class NotificationHandlerManager
{ {
private array $renderers; private array $renderers;