We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deff9fa commit 9a7688cCopy full SHA for 9a7688c
1 file changed
Model/Import/Category.php
@@ -274,6 +274,8 @@ public function __construct(
274
$this->getErrorAggregator()->addErrorMessageTemplate($errorCode, $message);
275
}
276
277
+ $this->config = $config;
278
+
279
$this->initOnTapAttributes()
280
->initWebsites()
281
->initStores()
@@ -283,7 +285,6 @@ public function __construct(
283
285
284
286
$this->entityTable = $this->defaultCategory->getResource()->getEntityTable();
287
$this->categoryImportVersionFeature = $this->versionFeatures->create('CategoryImportVersion');
- $this->config = $config;
288
289
290
/**
0 commit comments