Removed uses of Base in core/lib/Thelia/Model
This commit is contained in:
@@ -25,8 +25,6 @@ namespace Thelia\Model;
|
|||||||
|
|
||||||
use Propel\Runtime\Propel;
|
use Propel\Runtime\Propel;
|
||||||
use Thelia\Model\Base\Coupon as BaseCoupon;
|
use Thelia\Model\Base\Coupon as BaseCoupon;
|
||||||
use Thelia\Model\Base\CouponCountryQuery;
|
|
||||||
use Thelia\Model\Base\CouponModuleQuery;
|
|
||||||
use Thelia\Model\Exception\InvalidArgumentException;
|
use Thelia\Model\Exception\InvalidArgumentException;
|
||||||
use Thelia\Model\Map\CouponTableMap;
|
use Thelia\Model\Map\CouponTableMap;
|
||||||
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
||||||
|
|||||||
@@ -4,12 +4,10 @@ namespace Thelia\Model;
|
|||||||
|
|
||||||
use Propel\Runtime\ActiveQuery\Criteria;
|
use Propel\Runtime\ActiveQuery\Criteria;
|
||||||
use Propel\Runtime\Connection\ConnectionInterface;
|
use Propel\Runtime\Connection\ConnectionInterface;
|
||||||
|
|
||||||
use Thelia\Core\Event\Order\OrderEvent;
|
use Thelia\Core\Event\Order\OrderEvent;
|
||||||
use Thelia\Core\Event\TheliaEvents;
|
use Thelia\Core\Event\TheliaEvents;
|
||||||
use Thelia\Model\Base\Order as BaseOrder;
|
|
||||||
use Thelia\Model\Base\OrderProductTaxQuery;
|
|
||||||
use Thelia\Model\Map\OrderProductTaxTableMap;
|
use Thelia\Model\Map\OrderProductTaxTableMap;
|
||||||
|
use Thelia\Model\Base\Order as BaseOrder;
|
||||||
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
||||||
|
|
||||||
class Order extends BaseOrder
|
class Order extends BaseOrder
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
namespace Thelia\Model;
|
namespace Thelia\Model;
|
||||||
|
|
||||||
use Thelia\Model\Base\OrderCoupon as BaseOrderCoupon;
|
use Thelia\Model\Base\OrderCoupon as BaseOrderCoupon;
|
||||||
use Thelia\Model\Base\OrderCouponCountryQuery;
|
|
||||||
|
|
||||||
class OrderCoupon extends BaseOrderCoupon
|
class OrderCoupon extends BaseOrderCoupon
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user