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

@@ -3,7 +3,7 @@
namespace Thelia\Model;
use Thelia\Model\Base\AttributeAv as BaseAttributeAv;
use Thelia\Core\Event\AttributeAvEvent;
use Thelia\Core\Event\Attribute\AttributeAvEvent;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\TheliaEvents;
use Propel\Runtime\ActiveQuery\Criteria;