Skip to content

Commit

Permalink
Redirect widget show method dashboard #12b560c
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Oct 4, 2021
1 parent 24ac3b0 commit 3fbe469
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/Http/Controllers/Common/Widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ public function index()
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.
*
Expand Down

0 comments on commit 3fbe469

Please sign in to comment.