diff --git a/app/config/config.yml b/app/config/config.yml index 85b1103ba9..06aebb59ec 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -8,7 +8,7 @@ framework: secret: %secret% router: resource: "%kernel.root_dir%/config/routing.yml" - strict_parameters: %kernel.debug% + strict_requirements: %kernel.debug% form: true csrf_protection: true validation: { enable_annotations: true }