diff --git a/local/modules/Front/Controller/OrderController.php b/local/modules/Front/Controller/OrderController.php index 5067af316..2c6f3072e 100644 --- a/local/modules/Front/Controller/OrderController.php +++ b/local/modules/Front/Controller/OrderController.php @@ -22,6 +22,7 @@ /*************************************************************************************/ namespace Front\Controller; +use Front\Front; use Propel\Runtime\Exception\PropelException; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Thelia\Cart\CartTrait;