diff --git a/Entities/Rekening.php b/Entities/Rekening.php index 547d0fd..cf561d9 100644 --- a/Entities/Rekening.php +++ b/Entities/Rekening.php @@ -8,7 +8,7 @@ protected $fillable = [ 'branch_id', 'debitur_id', - 'product_id', + 'loan_type_id', 'currency_id', 'nomor_rekening', 'status_rekening',