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)).'';