From 17ede00236a715aa91976d58b98bd9979f6d3edf Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 Aug 2013 09:20:00 +0200 Subject: [PATCH] add use missing statement --- core/lib/Thelia/Action/Cart.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lib/Thelia/Action/Cart.php b/core/lib/Thelia/Action/Cart.php index 28fb5aa0d..2c82d4e01 100755 --- a/core/lib/Thelia/Action/Cart.php +++ b/core/lib/Thelia/Action/Cart.php @@ -41,6 +41,7 @@ use Thelia\Model\CartQuery; use Thelia\Model\Cart as CartModel; use Thelia\Model\ConfigQuery; use Thelia\Model\Customer; +use Thelia\Action\Exception\FormValidationException; /**