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.
2 parents 9abc423 + a473a04 commit b08088dCopy full SHA for b08088d
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