fix model tebus added ujrah and onepercent, also, fix upah from 0.14 to 0.16

This commit is contained in:
Hafifie PKB
2023-11-21 12:32:25 +08:00
committed by Afiq Hamzah
parent 0e340c0ea2
commit 698259188a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class KadarUpahSeeder extends Seeder
public function run()
{
KadarUpah::on('mysql7')->where('kadarupdah', '=', 1.20)->update([
'kadarujrah' => 0.14,
'kadarujrah' => 0.16,
'kadaronepercent' => 1,
]);