User and Role show method redirect index page..
This commit is contained in:
@ -40,6 +40,16 @@ class Users extends Controller
|
||||
return $this->response('auth.users.index', compact('users'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for viewing the specified resource.
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function show()
|
||||
{
|
||||
return redirect()->route('users.index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for creating a new resource.
|
||||
*
|
||||
|
Reference in New Issue
Block a user