fixed home page

This commit is contained in:
Edward Yang 2022-08-10 16:50:33 +08:00
parent e9a90c08aa
commit 5898c5abd0
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class HomeController extends Controller
]
];
// dd($data);
return view('admin::pages.home', $data);
}
}