refactor customer events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:07:01 +02:00
parent b023c33cc7
commit 0ce4b25e72
8 changed files with 16 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ use Propel\Runtime\Connection\ConnectionInterface;
use Propel\Runtime\Propel;
use Thelia\Model\Map\CustomerTableMap;
use Thelia\Core\Security\Role\Role;
use Thelia\Core\Event\CustomerEvent;
use Thelia\Core\Event\Customer\CustomerEvent;
/**
* Skeleton subclass for representing a row from the 'customer' table.