Redirect widget show method dashboard #12b560c

This commit is contained in:
Cüneyt Şentürk 2021-10-04 20:31:00 +03:00
parent 24ac3b097c
commit 3fbe4691f5

View File

@ -24,6 +24,16 @@ class Widgets extends Controller
return response()->json($widgets); 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. * Store a newly created resource in storage.
* *