replaced kernel.root_dir by kernel.project_dir

This commit is contained in:
Fabien Potencier
2017-04-07 09:57:51 -07:00
parent 762417a826
commit cafb4bb4b6
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ framework:
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
#session:
# handler_id: session.handler.native_file
# save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
# save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
#esi: ~
#fragments: ~
php_errors: