mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -77,7 +77,7 @@ class TimelineReportProvider implements TimelineProviderInterface
|
||||
$this->checkContext($context);
|
||||
|
||||
return [
|
||||
'template' => 'ChillReportBundle:Timeline:report.html.twig',
|
||||
'template' => '@ChillReport/Timeline/report.html.twig',
|
||||
'template_data' => [
|
||||
'report' => $entity,
|
||||
'context' => $context,
|
||||
|
Reference in New Issue
Block a user