1
0
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:
Dan Brown
2022-02-13 13:16:43 +00:00
parent f8e6172582
commit f0470afb4c
6 changed files with 14 additions and 13 deletions

View File

@ -48,8 +48,8 @@ class UserController extends Controller
$users->appends($listDetails);
return view('users.index', [
'users' => $users,
'listDetails' => $listDetails
'users' => $users,
'listDetails' => $listDetails,
]);
}