mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user