Removed uses of Base in core/lib/Thelia/Model

This commit is contained in:
Franck Allimant
2014-05-19 09:50:18 +02:00
parent b3b16e1fb1
commit d576e62082
3 changed files with 1 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
namespace Thelia\Model;
use Thelia\Model\Base\OrderCoupon as BaseOrderCoupon;
use Thelia\Model\Base\OrderCouponCountryQuery;
class OrderCoupon extends BaseOrderCoupon
{