From 2ffcfb98c870f1d88fcfc1e403e56613400394a9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 6 Feb 2013 22:18:13 +0100 Subject: [PATCH] [FrameworkBundle] made the Request service synchronized This change allows any service to depend on the Request (via a method call) and always have the right Request instance without the need for the service to be in the request scope (you still need to set the Request reference as non-strict). --- .../Bundle/FrameworkBundle/Resources/config/services.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml index fbddc0e07fbf..c1c28c0fa093 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml @@ -40,7 +40,7 @@ This service definition only defines the scope of the request. It is used to check references scope. --> - +