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',
|
'description' => 'backend::lang.editor.menu_description',
|
||||||
'category' => 'System',
|
'category' => 'System',
|
||||||
'icon' => 'icon-code',
|
'icon' => 'icon-code',
|
||||||
'class' => 'Backend\Models\EditorSettings',
|
'url' => Backend::URL('backend/editorsettings'),
|
||||||
'sort' => 200
|
'sort' => 200
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue