From 5afd1d02ef3847eddcf81c5ef220b089571407e6 Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Wed, 15 Apr 2020 17:45:10 +0200 Subject: [PATCH] Fixes --- app/Http/Controllers/Shop/HomeController.php | 2 +- resources/views/shop/_partials/header-top.twig | 2 +- resources/views/shop/home.twig | 2 +- resources/views/shop/layout/layout.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Http/Controllers/Shop/HomeController.php b/app/Http/Controllers/Shop/HomeController.php index 1203b598..be053480 100644 --- a/app/Http/Controllers/Shop/HomeController.php +++ b/app/Http/Controllers/Shop/HomeController.php @@ -24,6 +24,6 @@ class HomeController extends Controller */ public function index() { - return view('Shop.home'); + return view('shop.home'); } } diff --git a/resources/views/shop/_partials/header-top.twig b/resources/views/shop/_partials/header-top.twig index e2f1e884..bca551b5 100644 --- a/resources/views/shop/_partials/header-top.twig +++ b/resources/views/shop/_partials/header-top.twig @@ -4,7 +4,7 @@ diff --git a/resources/views/shop/home.twig b/resources/views/shop/home.twig index f2a5c8a4..43a273bb 100644 --- a/resources/views/shop/home.twig +++ b/resources/views/shop/home.twig @@ -7,7 +7,7 @@ OpenSemis - + diff --git a/resources/views/shop/layout/layout.twig b/resources/views/shop/layout/layout.twig index 21448de3..78debeac 100644 --- a/resources/views/shop/layout/layout.twig +++ b/resources/views/shop/layout/layout.twig @@ -7,7 +7,7 @@ OpenSemis - +