update create

This commit is contained in:
Edward Yang 2022-08-01 21:07:48 +08:00
parent 4662761255
commit fd315a1348
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class AdminRoleController extends Controller
$data = [
'roles' => Role::query()->get()
];
return view('admin::pages.admin_roles.index', $data);
}