From 7cd6e4ef307e0bf8db72822b4fd65649b4eede72 Mon Sep 17 00:00:00 2001 From: wahyuun Date: Fri, 27 Oct 2023 13:19:07 +0700 Subject: [PATCH] rollback --- 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 78c614f..ebdf8a3 100644 --- a/app/Http/Controllers/DashboardBoDController.php +++ b/app/Http/Controllers/DashboardBoDController.php @@ -304,7 +304,7 @@ class DashboardBoDController extends Controller { $year = $this->interpolateYear($year); - $divisions = Divisi::select('id', 'name', 'parent', 'color') + $divisions = Divisi::select('id', 'name', 'color') ->with('children') ->whereNull('parent') ->get();