8000 minor #1071 [minor] Remove spaces in configuration (mayeco) · symfony/symfony-standard@91e38e1 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 91e38e1

Browse files
committed
minor #1071 [minor] Remove spaces in configuration (mayeco)
This PR was submitted for the master branch but it was merged into the 3.2 branch instead (closes #1071). Discussion ---------- [minor] Remove spaces in configuration Remove spaces in configuration Commits ------- 6baf7b5 [minor] Remove spaces in configuration
2 parents d91758b + 6baf7b5 commit 91e38e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ framework:
2626
trusted_proxies: ~
2727
session:
2828
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
29-
handler_id: session.handler.native_file
30-
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
29+
handler_id: session.handler.native_file
30+
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
3131
fragments: ~
3232
http_method_override: true
3333
assets: ~

0 commit comments

Comments
 (0)
0