Switch settings link from class to custom controller

This commit is contained in:
Sam Georges 2014-06-11 22:25:20 +10:00
parent a38d85c1e1
commit d19716ce30
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class ServiceProvider extends ModuleServiceProvider
'description' => 'backend::lang.editor.menu_description',
'category' => 'System',
'icon' => 'icon-code',
'class' => 'Backend\Models\EditorSettings',
'url' => Backend::URL('backend/editorsettings'),
'sort' => 200
],
]);