added timestamp and fixed block for duplicate nota and timestamp

This commit is contained in:
Hafifie PKB
2024-09-17 17:05:00 +08:00
parent f4609f469e
commit e5b7244029
3 changed files with 98 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class AddTunai extends Model
*
* @var array
*/
protected $fillable = ['tarikh','kodcaw','kodlaluan','tambah','kurang','nota'];
protected $fillable = ['tarikh','kodcaw','kodlaluan','tambah','kurang','nota','created_at'];
public $timestamps = false;
/**