refactor address and attribute events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:03:14 +02:00
parent efb5a7a54d
commit b023c33cc7
20 changed files with 50 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ namespace Thelia\Model;
use Propel\Runtime\Connection\ConnectionInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Thelia\Core\Event\AddressEvent;
use Thelia\Core\Event\Address\AddressEvent;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Model\Base\Address as BaseAddress;
use Thelia\Model\AddressQuery;