change Request namespace in ActionEvent

This commit is contained in:
Manuel Raynaud
2013-08-09 09:57:43 +02:00
parent 3b0a596aa5
commit 52ea82ae1b

View File

@@ -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;
/**