Redirect widget show method dashboard #12b560c
This commit is contained in:
parent
24ac3b097c
commit
3fbe4691f5
@ -24,6 +24,16 @@ class Widgets extends Controller
|
||||
return response()->json($widgets);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for viewing the specified resource.
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function show()
|
||||
{
|
||||
return redirect()->route('dashboard');
|
||||
}
|
||||
|
||||
/**
|
||||
* Store a newly created resource in storage.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user