Redirect widget show method dashboard #12b560c
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user