refactor product events, moving to Prduct folder

This commit is contained in:
Manuel Raynaud
2013-09-25 17:50:29 +02:00
parent 9c80120383
commit a8a8ecb38c
13 changed files with 43 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ use Thelia\Tools\URL;
use Thelia\TaxEngine\Calculator;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Core\Event\ProductEvent;
use Thelia\Core\Event\Product\ProductEvent;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\Propel;
use Thelia\Model\Map\ProductTableMap;