From 93c32919ea906c41958fb5aa52f920bdb4363d61 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Mon, 19 Jan 2026 09:29:17 +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 1c138fa..027e6c0 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -226,7 +226,7 @@ if (!function_exists('kuesionerLogStatus')) { if($plain == 'plain'){ $progress = str_replace('_',' ',\Str::title($log->step)); }else{ - if($log->status == 11){ + if(@$log->status == 11){ $progress = 'Terbit SK'; }else{ $progress = ''.str_replace('_',' ',\Str::title($log->step)).'';