Commit aedfdfc5c967c682029d112adfe69a1d7bcb2eed

Authored by Alexey Boroda
1 parent d72093ee

-File import started

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
backend/config/main.php
... ... @@ -35,6 +35,7 @@
35 35 'variant-option-exclusion' => 'artbox\catalog\controllers\VariantOptionExclController',
36 36 'product-option-complementary' => 'artbox\catalog\controllers\ProductOptionComplController',
37 37 'product-option-exclusion' => 'artbox\catalog\controllers\ProductOptionExclController',
  38 + 'import' => 'artbox\catalog\controllers\ImportController',
38 39 ],
39 40 'components' => [
40 41 'assetManager' => [
... ...