Fix adding quick menus to list_with_period.html.twig

- update twig namespaces
- move twig file within Resources
This commit is contained in:
2024-06-13 11:47:07 +02:00
parent d60ba3ecb2
commit cc0030c1cd
4 changed files with 17 additions and 29 deletions

View File

@@ -20,9 +20,5 @@ services:
chill.main.twig.chill_menu:
class: Chill\MainBundle\Routing\MenuTwig
arguments:
- "@chill.main.menu_composer"
calls:
- [setContainer, ["@service_container"]]
tags:
- { name: twig.extension }