add new db

This commit is contained in:
Afiq
2021-01-11 17:59:46 +08:00
parent dad0e2a9a1
commit 27155b739c
21 changed files with 297 additions and 241 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class BatalGadai extends Model
* @var array
*/
protected $fillable = [
'recNo','noRujukan','tellerId','namaTeller', 'tarikh', 'masa'
'recno','norujukan','tellerid','namateller', 'tarikh', 'masa'
];
/**