Skip to content

Commit

Permalink
Fixed modules home page shoe method #1qeb87n
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 8, 2021
1 parent a40db81 commit 62cedc6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/Http/Controllers/Modules/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@ public function index()

return $this->response('modules.home.index', compact('pre_sale', 'paid', 'new', 'free', 'installed'));
}

/**
* Show the form for viewing the specified resource.
*
* @return Response
*/
public function show()
{
return redirect()->route('apps.home.index');
}
}

0 comments on commit 62cedc6

Please sign in to comment.