This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:59:07 +02:00
parent bebcde9ec2
commit d05aaaaf13

View File

@@ -33,6 +33,6 @@ class DashboardController extends Controller
$data = []; $data = [];
} }
return view('shop.admin.Dashboard.index', $data); return view('Shop.Admin.Dashboard.index', $data);
} }
} }