move form exception in Form namespace
This commit is contained in:
@@ -34,7 +34,6 @@ use Thelia\Model\ProductPriceQuery;
|
||||
use Thelia\Model\CartItem;
|
||||
use Thelia\Model\CartItemQuery;
|
||||
use Thelia\Model\ConfigQuery;
|
||||
use Thelia\Action\Exception\FormValidationException;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -53,7 +52,6 @@ class Cart extends BaseAction implements EventSubscriberInterface
|
||||
public function addArticle(CartEvent $event)
|
||||
{
|
||||
|
||||
|
||||
$cart = $event->cart;
|
||||
$newness = $event->newness;
|
||||
$append = $event->append;
|
||||
|
||||
Reference in New Issue
Block a user