Commit 5c4fede1cd13ade773c159c0b465e9652c08c21e
1 parent
f7f3dca8
Brand completed
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -24,6 +24,8 @@ |
24 | 24 | 'feedback' => 'artbox\core\controllers\FeedbackController', |
25 | 25 | 'weblog-article' => 'artbox\weblog\controllers\ArticleController', |
26 | 26 | 'category' => 'artbox\catalog\controllers\CategoryController', |
27 | + 'brand' => 'artbox\catalog\controllers\BrandController', | |
28 | + 'product' => 'artbox\catalog\controllers\ProductController', | |
27 | 29 | ], |
28 | 30 | 'components' => [ |
29 | 31 | 'assetManager' => [ | ... | ... |
55.4 KB