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;