From e5da2fc03d63893f0d399e19914e1448f6c596fd Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 21 Jan 2026 13:15:48 +0700 Subject: [PATCH] update --- app/Helpers/custom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index 25368ef..c75d62e 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -227,7 +227,7 @@ if (!function_exists('kuesionerLogStatus')) { $progress = str_replace('_',' ',\Str::title($log->step)); }else{ if(@$log->status == 11){ - $progress = 'Terbit SK'; + $progress = 'Terbit SK'; }else{ $progress = ''.str_replace('_',' ',\Str::title($log->step)).''; }