This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:45:10 +02:00
parent 6d1993c037
commit 5afd1d02ef
4 changed files with 4 additions and 4 deletions

View File

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