@@ -14,7 +14,6 @@ namespace Thelia\Core\Event;
|
|||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SessionEvent
|
* Class SessionEvent
|
||||||
* @package Thelia\Core\Event
|
* @package Thelia\Core\Event
|
||||||
@@ -71,5 +70,4 @@ class SessionEvent extends ActionEvent
|
|||||||
return $this->session;
|
return $this->session;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,6 @@ use Thelia\Core\HttpFoundation\Session\Session;
|
|||||||
use Thelia\Core\TheliaKernelEvents;
|
use Thelia\Core\TheliaKernelEvents;
|
||||||
use Thelia\Model\ConfigQuery;
|
use Thelia\Model\ConfigQuery;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SessionListener
|
* Class SessionListener
|
||||||
* @package Thelia\Core\EventListener
|
* @package Thelia\Core\EventListener
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
namespace Thelia\Core;
|
namespace Thelia\Core;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class TheliaKernelEvents
|
* Class TheliaKernelEvents
|
||||||
* @package Thelia\Core
|
* @package Thelia\Core
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ use Thelia\Core\Event\TheliaEvents;
|
|||||||
use Thelia\Model\Base\CartItem as BaseCartItem;
|
use Thelia\Model\Base\CartItem as BaseCartItem;
|
||||||
|
|
||||||
use Thelia\Core\Event\Cart\CartEvent;
|
use Thelia\Core\Event\Cart\CartEvent;
|
||||||
use Thelia\Model\ConfigQuery;
|
|
||||||
use Thelia\TaxEngine\Calculator;
|
use Thelia\TaxEngine\Calculator;
|
||||||
|
|
||||||
class CartItem extends BaseCartItem
|
class CartItem extends BaseCartItem
|
||||||
|
|||||||
Reference in New Issue
Block a user