Skip to content

Commit b08088d

Browse files
authored
Add default_path to twig configuration (#40)
2 parents 9abc423 + a473a04 commit b08088d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/packages/twig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
twig:
22
paths: ['%kernel.project_dir%/templates']
33
debug: '%kernel.debug%'
4+
default_path: '%kernel.project_dir%/../../../tests/TestApplication/templates'
45
strict_variables: '%kernel.debug%'
56

67
services:

0 commit comments

Comments
 (0)