Fix admin path

This commit is contained in:
Ludovic CANDELLIER
2021-08-24 19:14:29 +02:00
parent 331b7647de
commit aee50813e4
7 changed files with 17 additions and 17 deletions

View File

@@ -14,6 +14,6 @@ class HomeController extends Controller
public function index()
{
return view('admin.Shop.Dashboard.index');
return view('Admin.Shop.Dashboard.index');
}
}