From 19aa1c798d6ddab89d41a92990b72a67a6d33196 Mon Sep 17 00:00:00 2001 From: gmorel Date: Sun, 24 Nov 2013 22:27:26 +0100 Subject: [PATCH] Coupon : Fix namespace issues --- core/lib/Thelia/Action/Coupon.php | 2 +- .../Thelia/Core/Event/Coupon/CouponCreateOrUpdateEvent.php | 2 +- install/faker_add_ecotax.php | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/core/lib/Thelia/Action/Coupon.php b/core/lib/Thelia/Action/Coupon.php index b68b27572..1b77eb488 100755 --- a/core/lib/Thelia/Action/Coupon.php +++ b/core/lib/Thelia/Action/Coupon.php @@ -25,7 +25,7 @@ namespace Thelia\Action; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Thelia\Condition\ConditionFactory; -use Thelia\Condition\ConditionInterface; +use Thelia\Condition\Implementation\ConditionInterface; use Thelia\Core\Event\Coupon\CouponConsumeEvent; use Thelia\Core\Event\Coupon\CouponCreateOrUpdateEvent; use Thelia\Core\Event\TheliaEvents; diff --git a/core/lib/Thelia/Core/Event/Coupon/CouponCreateOrUpdateEvent.php b/core/lib/Thelia/Core/Event/Coupon/CouponCreateOrUpdateEvent.php index 374643fda..19edf4e45 100644 --- a/core/lib/Thelia/Core/Event/Coupon/CouponCreateOrUpdateEvent.php +++ b/core/lib/Thelia/Core/Event/Coupon/CouponCreateOrUpdateEvent.php @@ -23,7 +23,7 @@ namespace Thelia\Core\Event\Coupon; use Thelia\Core\Event\ActionEvent; -use Thelia\Coupon\ConditionCollection; +use Thelia\Condition\ConditionCollection; use Thelia\Model\Coupon; /** diff --git a/install/faker_add_ecotax.php b/install/faker_add_ecotax.php index 0bb6838d9..e158fcbfc 100755 --- a/install/faker_add_ecotax.php +++ b/install/faker_add_ecotax.php @@ -1,12 +1,8 @@