From b2581a980b46273d3a012bf0d4d9dd206bf9a25f Mon Sep 17 00:00:00 2001 From: wahyuun Date: Mon, 16 Oct 2023 12:14:07 +0700 Subject: [PATCH] update dashboard --- app/Http/Controllers/DashboardBoDController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DashboardBoDController.php b/app/Http/Controllers/DashboardBoDController.php index fe2456b..143af38 100644 --- a/app/Http/Controllers/DashboardBoDController.php +++ b/app/Http/Controllers/DashboardBoDController.php @@ -271,7 +271,7 @@ class DashboardBoDController extends Controller { $year = $this->interpolateYear($year); - $divisions = Divisi::select('id', 'name','parent') + $divisions = Divisi::select('id', 'name','parent','color') ->with('children') ->whereNull('parent') ->get();