Commit b1a09706 authored by Nicolas Widart's avatar Nicolas Widart

Fixing role route name

parent f4b39202
......@@ -10,7 +10,7 @@ Route::group(['prefix' => Config::get('core::core.admin-prefix'), 'namespace' =>
'update' => 'dashboard.user.update',
'destroy' => 'dashboard.user.destroy',
]]);
Route::resource('users', 'Admin\RolesController', ['except' => ['show'], 'names' => [
Route::resource('roles', 'Admin\RolesController', ['except' => ['show'], 'names' => [
'index' => 'dashboard.role.index',
'create' => 'dashboard.role.create',
'store' => 'dashboard.role.store',
......
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