Update path to twig template with new syntax

This commit is contained in:
2023-07-28 12:16:50 +02:00
parent 55b8502896
commit e839b03cc9
111 changed files with 220 additions and 223 deletions

View File

@@ -116,7 +116,7 @@ class TimelineEventProvider implements TimelineProviderInterface
$this->checkContext($context);
return [
'template' => 'ChillEventBundle:Timeline:event_person_context.html.twig',
'template' => '@ChillEvent/Timeline/event_person_context.html.twig',
'template_data' => [
'event' => $entity,
'person' => $args['person'],