mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +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');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user