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

@@ -23,7 +23,7 @@
namespace Thelia\Tests\Action\ImageTest;
use Thelia\Action\Customer;
use Thelia\Core\Event\CustomerCreateOrUpdateEvent;
use Thelia\Core\Event\Customer\CustomerCreateOrUpdateEvent;
/**