From 611a5bb21ff80969b0f943fc4df90144c560ed20 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Mon, 21 Nov 2022 16:35:01 +0700 Subject: [PATCH] set default max percentage --- config/app.php | 1 + 1 file changed, 1 insertion(+) 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, ]; ?>