From 9356a1e46df51a4d66cfb3b87fbf2621a6c591e4 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 12 Jul 2013 16:38:18 +0200 Subject: [PATCH] missing use statement --- core/lib/Thelia/Model/Customer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lib/Thelia/Model/Customer.php b/core/lib/Thelia/Model/Customer.php index 101e0672f..94159d2fb 100755 --- a/core/lib/Thelia/Model/Customer.php +++ b/core/lib/Thelia/Model/Customer.php @@ -13,6 +13,7 @@ use Thelia\Core\Event\TheliaEvents; use Thelia\Core\Security\User\UserInterface; use Propel\Runtime\Connection\ConnectionInterface; +use Propel\Runtime\Propel; use Thelia\Model\Map\CustomerTableMap; /**