Fixed modules home page shoe method #1qeb87n
This commit is contained in:
parent
a40db8195d
commit
62cedc62a4
@ -31,4 +31,14 @@ class Home extends Controller
|
||||
|
||||
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');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user