Coupon : Fix namespace issues

This commit is contained in:
gmorel
2013-11-24 22:05:58 +01:00
parent c71cba93e2
commit ffbd53fceb
12 changed files with 15 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
namespace Thelia\Coupon;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Thelia\Condition\ConditionInterface;
use Thelia\Condition\Implementation\ConditionInterface;
use Thelia\Coupon\Type\CouponInterface;
use Thelia\Model\Coupon;