diff --git a/config/app.php b/config/app.php index c1875ec..7ed1c88 100644 --- a/config/app.php +++ b/config/app.php @@ -7,5 +7,6 @@ 'schedule_health_danger_threshold' => 0, 'timezone' => env('APP_TIMEZONE', 'Asia/Jakarta'), 'app_timezone' => env('APP_TIMEZONE', 'Asia/Jakarta'), + 'max_percentage_not_done' => 95, ]; ?>