Commit 9db3f5b745dc488f19a205a63d2f7004278c55c6

Authored by Yarik
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,6 +26,7 @@
26 'category' => 'artbox\catalog\controllers\CategoryController', 26 'category' => 'artbox\catalog\controllers\CategoryController',
27 'brand' => 'artbox\catalog\controllers\BrandController', 27 'brand' => 'artbox\catalog\controllers\BrandController',
28 'product' => 'artbox\catalog\controllers\ProductController', 28 'product' => 'artbox\catalog\controllers\ProductController',
  29 + 'variant' => 'artbox\catalog\controllers\VariantController',
29 ], 30 ],
30 'components' => [ 31 'components' => [
31 'assetManager' => [ 32 'assetManager' => [