mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
yaml: use ~ instead of null
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
framework:
|
||||
secret: '%env(APP_SECRET)%'
|
||||
#default_locale: en
|
||||
#csrf_protection: null
|
||||
#csrf_protection: ~
|
||||
#http_method_override: true
|
||||
#trusted_hosts: null
|
||||
#trusted_hosts: ~
|
||||
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
#session:
|
||||
# handler_id: session.handler.native_file
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
framework:
|
||||
test: null
|
||||
test: ~
|
||||
session:
|
||||
storage_id: session.storage.mock_file
|
||||
|
||||
Reference in New Issue
Block a user