From d62893827bd934f1c126b419d8eaaba088c2da5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 25 Dec 2021 22:16:34 +0100 Subject: [PATCH] create a notification controller --- ...{NotificationRenderer.php => NotificationHandlerManager.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Bundle/ChillMainBundle/Notification/{NotificationRenderer.php => NotificationHandlerManager.php} (97%) diff --git a/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php b/src/Bundle/ChillMainBundle/Notification/NotificationHandlerManager.php similarity index 97% rename from src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php rename to src/Bundle/ChillMainBundle/Notification/NotificationHandlerManager.php index 048dfc02f..950a3f09e 100644 --- a/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php +++ b/src/Bundle/ChillMainBundle/Notification/NotificationHandlerManager.php @@ -16,7 +16,7 @@ use Chill\MainBundle\Entity\Notification; use Chill\PersonBundle\Notification\AccompanyingPeriodNotificationRenderer; use Exception; -final class NotificationRenderer +final class NotificationHandlerManager { private array $renderers;