From c1641ec8aa887123bf6da600b3884cc4c5fdc82f Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 31 Jul 2012 16:08:01 +0200 Subject: [PATCH] [Config] Update routing configuration related to symfony/symfony#5114 --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }