use '@foo/bar.html.twig' syntax in twig templates

This commit is contained in:
2020-09-06 20:32:46 +02:00
parent 2aa59d1cf3
commit 61be9ca943
12 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
{% block vertical_menu_content %}
{{ chill_menu('admin_events', {
'layout': 'ChillEventBundle::Admin/menu.html.twig',
'layout': '@ChillEvent/Admin/menu.html.twig',
}) }}
{% endblock %}