From c647fec422d0a05e383ad08cb5f468d98c5595c0 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 18 Apr 2013 10:48:44 +0200 Subject: [PATCH] remove unused namespace --- core/lib/Thelia/Action/Customer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lib/Thelia/Action/Customer.php b/core/lib/Thelia/Action/Customer.php index 6dca6dcd2..48c2a2e0e 100644 --- a/core/lib/Thelia/Action/Customer.php +++ b/core/lib/Thelia/Action/Customer.php @@ -24,7 +24,6 @@ namespace Thelia\Action; use Symfony\Component\EventDispatcher\EventSubscriberInterface; -use Symfony\Component\HttpFoundation\Request; use Thelia\Core\Event\ActionEvent; class Customer implements EventSubscriberInterface