Commit b1c15300 authored by Nicolas Widart's avatar Nicolas Widart

Fixing request for role

parent b1a09706
...@@ -21,7 +21,7 @@ class SidebarViewComposer ...@@ -21,7 +21,7 @@ class SidebarViewComposer
'title' => 'Users', 'title' => 'Users',
], ],
[ [
'request' => "{$view->prefix}/messages/roles", 'request' => "{$view->prefix}/roles",
'route' => 'dashboard.role.index', 'route' => 'dashboard.role.index',
'icon-class' => 'fa fa-flag-o', 'icon-class' => 'fa fa-flag-o',
'title' => 'Roles', 'title' => 'Roles',
......
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