We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abc423 commit a473a04Copy full SHA for a473a04
config/packages/twig.yaml
@@ -1,6 +1,7 @@
1
twig:
2
paths: ['%kernel.project_dir%/templates']
3
debug: '%kernel.debug%'
4
+ default_path: '%kernel.project_dir%/../../../tests/TestApplication/templates'
5
strict_variables: '%kernel.debug%'
6
7
services:
0 commit comments