missing use statement

This commit is contained in:
Manuel Raynaud
2013-07-12 16:38:18 +02:00
parent d14e420208
commit 9356a1e46d

View File

@@ -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;
/**