From b1c02515866672c6fce5351c5a407face603c2ae Mon Sep 17 00:00:00 2001 From: JokoPrasetio Date: Thu, 29 Jan 2026 16:45:54 +0700 Subject: [PATCH] progress --- app/Http/Controllers/DashboardController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index d777bf7..7dadd27 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -967,8 +967,6 @@ class DashboardController extends Controller $keyword = request('keyword'); $start = request('start_date'); $end = request('end_date'); - // $mapping = MappingUnitKerjaPegawai::where('statusenabled', true)->whereIn('objectatasanlangsungfk', auth()->user()->objectpegawaifk)->get(); - $authUnit = auth()->user()->masterPersetujuan->details->pluck('unit_pegawai_id')->unique()->toArray(); $query = FileDirectory::where('statusenabled', true)->where(function($q){