update create
This commit is contained in:
parent
4662761255
commit
fd315a1348
|
|
@ -24,7 +24,6 @@ class AdminRoleController extends Controller
|
||||||
$data = [
|
$data = [
|
||||||
'roles' => Role::query()->get()
|
'roles' => Role::query()->get()
|
||||||
];
|
];
|
||||||
|
|
||||||
return view('admin::pages.admin_roles.index', $data);
|
return view('admin::pages.admin_roles.index', $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue