Fixed modules home page shoe method #1qeb87n

This commit is contained in:
Cüneyt Şentürk 2021-11-08 14:23:11 +03:00
parent a40db8195d
commit 62cedc62a4

View File

@ -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');
}
}