From d32ce15733403c244bc81a8020748278dbc138b1 Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 16 Mar 2017 21:23:41 +0200 Subject: [PATCH] Alias --- backend/config/main.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/backend/config/main.php b/backend/config/main.php index 76f52e5..7da7b7b 100644 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -16,6 +16,7 @@ 'settings' => 'artweb\artbox\core\controllers\SettingsController', 'profile' => 'artweb\artbox\core\controllers\ProfileController', 'page' => 'artweb\artbox\core\controllers\PageController', + 'seo' => 'artweb\artbox\core\controllers\AliasController', ], 'modules' => [ 'imagemanager' => [ -- libgit2 0.21.4