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

Commit c1641ec

Browse files
committed
[Config] Update routing configuration
related to symfony/symfony#5114
1 parent 31d35a6 commit c1641ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ framework:
88
secret: %secret%
99
router:
1010
resource: "%kernel.root_dir%/config/routing.yml"
11-
strict_parameters: %kernel.debug%
11+
strict_requirements: %kernel.debug%
1212
form: true
1313
csrf_protection: true
1414
validation: { enable_annotations: true }

0 commit comments

Comments
 (0)