refactor feature events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:16:57 +02:00
parent 1c2532fe6a
commit 01dbe9f5d2
14 changed files with 41 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ namespace Thelia\Model;
use Thelia\Model\Base\Feature as BaseFeature;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Core\Event\FeatureEvent;
use Thelia\Core\Event\Feature\FeatureEvent;
class Feature extends BaseFeature {

View File

@@ -5,7 +5,7 @@ namespace Thelia\Model;
use Thelia\Model\Base\FeatureAv as BaseFeatureAv;
use Thelia\Core\Event\TheliaEvents;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\FeatureAvEvent;
use Thelia\Core\Event\Feature\FeatureAvEvent;
class FeatureAv extends BaseFeatureAv {