mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -36,7 +36,7 @@ class TimelineAccompanyingPeriodClosing extends AbstractTimelineAccompanyingPeri
|
||||
public function getEntityTemplate($entity, $context, array $args)
|
||||
{
|
||||
return $this->getBasicEntityTemplate(
|
||||
'ChillPersonBundle:Timeline:closing_period.html.twig',
|
||||
'@ChillPerson/Timeline/closing_period.html.twig',
|
||||
$entity,
|
||||
$context,
|
||||
$args
|
||||
|
@@ -34,7 +34,7 @@ class TimelineAccompanyingPeriodOpening extends AbstractTimelineAccompanyingPeri
|
||||
public function getEntityTemplate($entity, $context, array $args)
|
||||
{
|
||||
return $this->getBasicEntityTemplate(
|
||||
'ChillPersonBundle:Timeline:opening_period.html.twig',
|
||||
'@ChillPerson/Timeline/opening_period.html.twig',
|
||||
$entity,
|
||||
$context,
|
||||
$args
|
||||
|
Reference in New Issue
Block a user