Commit 9db3f5b745dc488f19a205a63d2f7004278c55c6
1 parent
41d05fc1
Variant completed
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -26,6 +26,7 @@ |
26 | 26 | 'category' => 'artbox\catalog\controllers\CategoryController', |
27 | 27 | 'brand' => 'artbox\catalog\controllers\BrandController', |
28 | 28 | 'product' => 'artbox\catalog\controllers\ProductController', |
29 | + 'variant' => 'artbox\catalog\controllers\VariantController', | |
29 | 30 | ], |
30 | 31 | 'components' => [ |
31 | 32 | 'assetManager' => [ | ... | ... |