[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 d6196a5e69
commit 9b88f93cad
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