refactor missing product event
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/*************************************************************************************/
|
/*************************************************************************************/
|
||||||
|
|
||||||
namespace Thelia\Core\Event;
|
namespace Thelia\Core\Event\Product;
|
||||||
|
|
||||||
use Thelia\Model\ProductAssociatedContent;
|
use Thelia\Model\ProductAssociatedContent;
|
||||||
use Thelia\Core\Event\ActionEvent;
|
use Thelia\Core\Event\ActionEvent;
|
||||||
@@ -4,7 +4,7 @@ namespace Thelia\Model;
|
|||||||
|
|
||||||
use Thelia\Model\Base\ProductAssociatedContent as BaseProductAssociatedContent;
|
use Thelia\Model\Base\ProductAssociatedContent as BaseProductAssociatedContent;
|
||||||
use Propel\Runtime\Connection\ConnectionInterface;
|
use Propel\Runtime\Connection\ConnectionInterface;
|
||||||
use Thelia\Core\Event\ProductAssociatedContentEvent;
|
use Thelia\Core\Event\Product\ProductAssociatedContentEvent;
|
||||||
use Thelia\Core\Event\TheliaEvents;
|
use Thelia\Core\Event\TheliaEvents;
|
||||||
|
|
||||||
class ProductAssociatedContent extends BaseProductAssociatedContent {
|
class ProductAssociatedContent extends BaseProductAssociatedContent {
|
||||||
|
|||||||
Reference in New Issue
Block a user