[TWIG][CONFIG] Change default_path and add public_path

This commit is contained in:
rainydaysavings 2020-07-05 13:35:54 +00:00 committed by Hugo Sales
parent 996f2338a5
commit 81e8173ed4
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
twig:
default_path: '%kernel.project_dir%/templates'
paths:
'%kernel.project_dir%/templates': default_path
"%kernel.project_dir%/public": public_path