refactor missing product event

This commit is contained in:
Manuel Raynaud
2013-09-30 10:18:02 +02:00
parent 01dbe9f5d2
commit 6c5e348b46
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ namespace Thelia\Model;
use Thelia\Model\Base\ProductAssociatedContent as BaseProductAssociatedContent;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\ProductAssociatedContentEvent;
use Thelia\Core\Event\Product\ProductAssociatedContentEvent;
use Thelia\Core\Event\TheliaEvents;
class ProductAssociatedContent extends BaseProductAssociatedContent {