added from server 24/11/2024

This commit is contained in:
root
2024-11-25 01:17:58 +08:00
parent 1b290283c5
commit 3cbc26aebe
8 changed files with 37 additions and 19 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<?php
return [
'enable_tambahpinjam' => env('ENABLE_TAMBAHPINJAM',1),
'enable_separuh' => env('ENABLE_SEPARUH',1),
'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',1)
'enable_separuh' => env('ENABLE_SEPARUH',0),
'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',0)
];
?>
?>