Switch settings link from class to custom controller
This commit is contained in:
parent
a38d85c1e1
commit
d19716ce30
|
|
@ -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
|
||||
],
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue