This commit is contained in:
Afiq Zakwan Hamdan
2021-04-07 12:44:01 +08:00
parent c6c4017249
commit a6f7ab21d4
4 changed files with 72 additions and 176 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class TransaksiKeuntungan extends Model
* @var array
*/
protected $fillable = [
'norujukan','bayaran_keuntungan','tarikh_bayaran','kodcaw','keuntungan_sebenar'
'norujukan','bayaran_keuntungan','tarikh_bayaran','kodcaw','bayaran_pembiayaan'
];
/**