Improved search performance

This commit is contained in:
Deon George
2022-06-14 16:51:18 +10:00
parent 8777024cd8
commit 606f357839
9 changed files with 27 additions and 104 deletions

View File

@@ -32,6 +32,8 @@ class HomeController extends Controller
if (! $o->exists)
$o = Auth::user();
$o->load(['services.invoice_items','services.type']);
return View('u.home',['o'=>$o]);
}