switching to new syntax

This commit is contained in:
Lucas Silva
2023-03-30 14:31:02 +02:00
parent afb25276ee
commit d8d517017d
6 changed files with 15 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ final class AccompanyingPeriodNotificationHandler implements NotificationHandler
public function getTemplate(Notification $notification, array $options = []): string
{
return 'ChillPersonBundle:AccompanyingPeriod:showInNotification.html.twig';
return '@ChillPerson/AccompanyingPeriod/showInNotification.html.twig';
}
public function getTemplateData(Notification $notification, array $options = []): array