Commit b3570083 authored by Nicolas Widart's avatar Nicolas Widart

Fixing the active navigation state

parent b1717742
...@@ -8,7 +8,7 @@ class SidebarViewComposer ...@@ -8,7 +8,7 @@ class SidebarViewComposer
{ {
$view->items->put('setting', [ $view->items->put('setting', [
'weight' => 5, 'weight' => 5,
'request' => "*/$view->prefix/settings", 'request' => "*/$view->prefix/settings*",
'route' => 'dashboard.setting.index', 'route' => 'dashboard.setting.index',
'icon-class' => 'fa fa-cog', 'icon-class' => 'fa fa-cog',
'title' => 'Settings', 'title' => 'Settings',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment