Skip to content

Commit 1865898

Browse files
authored
Vishal/fixes (#1033)
1 parent 4601718 commit 1865898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/scaffold/user/user_controller.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(UserRepository $userRepo)
3232
*/
3333
public function index(Request $request)
3434
{
35-
$users = $this->userRepository->paginate(10)
35+
$users = $this->userRepository->paginate(10);
3636

3737
return view('users.index')->with('users', $users);
3838
}

0 commit comments

Comments
 (0)