From 52ea82ae1bc297f0fdb9f11e84c134eed53ebcc0 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 Aug 2013 09:57:43 +0200 Subject: [PATCH] change Request namespace in ActionEvent --- core/lib/Thelia/Core/Event/ActionEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Event/ActionEvent.php b/core/lib/Thelia/Core/Event/ActionEvent.php index f2a618e8a..b56067082 100755 --- a/core/lib/Thelia/Core/Event/ActionEvent.php +++ b/core/lib/Thelia/Core/Event/ActionEvent.php @@ -24,7 +24,7 @@ namespace Thelia\Core\Event; use Symfony\Component\EventDispatcher\Event; -use Symfony\Component\HttpFoundation\Request; +use Thelia\Core\HttpFoundation\Request; use Thelia\Form\BaseForm; use Thelia\Core\Security\SecurityContext; /**