Update laravel framework from 9 to 11, removed some old packages
This commit is contained in:
@@ -31,7 +31,8 @@ class HomeController extends Controller
|
||||
if (! $o->exists)
|
||||
$o = Auth::user();
|
||||
|
||||
return View('home',['o'=>$o]);
|
||||
return view('theme.backend.adminlte.home')
|
||||
->with(['o'=>$o]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user