mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Applied StyleCI changes, updated readme badges & roadmap
This commit is contained in:
@ -48,8 +48,8 @@ class UserController extends Controller
|
||||
$users->appends($listDetails);
|
||||
|
||||
return view('users.index', [
|
||||
'users' => $users,
|
||||
'listDetails' => $listDetails
|
||||
'users' => $users,
|
||||
'listDetails' => $listDetails,
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user