diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index 209e88b0c0dc..cd298f26c245 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -115,7 +115,7 @@ class DashboardController extends BaseController } $activities = $activities->orderBy('activities.created_at', 'desc') - ->with('client.contacts', 'user', 'invoice', 'payment', 'credit', 'account') + ->with('client.contacts', 'user', 'invoice', 'payment', 'credit', 'account', 'task') ->take(50) ->get();