From da1c7cee5fa96c7f994fae3e3294a26d807b93be Mon Sep 17 00:00:00 2001 From: Hafifie PKB Date: Wed, 29 Nov 2023 14:19:00 +0800 Subject: [PATCH] fix database faker --- database/factories/GadaiFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/factories/GadaiFactory.php b/database/factories/GadaiFactory.php index de17d3b..c9a3c5c 100644 --- a/database/factories/GadaiFactory.php +++ b/database/factories/GadaiFactory.php @@ -31,7 +31,7 @@ class GadaiFactory 'cajtelahbyr' => null, 'ansuran' => null, 'ansupah' => null, - 'kadarupah' => null, + 'kadarupah' => 1.7, 'tempoh' => 0.5, 't_lelong' => null, 't_hapus' => null,