From bf7c599c4c4536183e6e7d2f02596b632f42544a Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Tue, 3 Mar 2026 13:59:12 +0700 Subject: [PATCH] update --- app/Helpers/custom.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index 63d103f..c418392 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -382,6 +382,7 @@ if (!function_exists('kuesionerLogStatus')) { function kuesionerLogStatus($KuesionerId,$plain = null) { $log = KuesionerLog::where('kuesioner_id',$KuesionerId)->orderBy('KuesionerLogId','DESC')->first(); + $progress = ''; if($plain == 'plain'){ $progress = str_replace('_',' ',\Str::title($log->step)); }else{