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