This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:53:58 +02:00
parent 943e2db8cc
commit f14b3aefcd

View File

@@ -24,6 +24,6 @@ class HomeController extends Controller
*/
public function index()
{
return view('shop.home');
return view('Shop.home');
}
}