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:
@@ -25,6 +25,6 @@ class AddAPersonWidget implements WidgetInterface
|
||||
array $context,
|
||||
array $config
|
||||
) {
|
||||
return $env->render('ChillPersonBundle:Widget:homepage_add_a_person.html.twig');
|
||||
return $env->render('@ChillPerson/Widget/homepage_add_a_person.html.twig');
|
||||
}
|
||||
}
|
||||
|
@@ -127,7 +127,7 @@ class PersonListWidget implements WidgetInterface
|
||||
}
|
||||
|
||||
return $env->render(
|
||||
'ChillPersonBundle:Widget:homepage_person_list.html.twig',
|
||||
'@ChillPerson/Widget/homepage_person_list.html.twig',
|
||||
[
|
||||
'persons' => $persons,
|
||||
'customFields' => $cfields,
|
||||
|
Reference in New Issue
Block a user