Commit f6cc6c5f36b483a3c93ad196f862d27aeafa5e9b
Merge remote-tracking branch 'origin/master'
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' => [ | ... | ... |