Commit d32ce15733403c244bc81a8020748278dbc138b1
1 parent
40ab364c
Alias
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -16,6 +16,7 @@ |
16 | 16 | 'settings' => 'artweb\artbox\core\controllers\SettingsController', |
17 | 17 | 'profile' => 'artweb\artbox\core\controllers\ProfileController', |
18 | 18 | 'page' => 'artweb\artbox\core\controllers\PageController', |
19 | + 'seo' => 'artweb\artbox\core\controllers\AliasController', | |
19 | 20 | ], |
20 | 21 | 'modules' => [ |
21 | 22 | 'imagemanager' => [ | ... | ... |