Changed home screen to use account models instead of user model. Home screen now shows multiple accounts
This commit is contained in:
@@ -31,8 +31,6 @@ class HomeController extends Controller
|
||||
if (! $o->exists)
|
||||
$o = Auth::user();
|
||||
|
||||
$o->load(['services.invoice_items','services.type']);
|
||||
|
||||
return View('home',['o'=>$o]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user