Coupon : Fix namespace issues

This commit is contained in:
gmorel
2013-11-24 22:27:26 +01:00
parent ffbd53fceb
commit 19aa1c798d
3 changed files with 2 additions and 6 deletions

View File

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