Merge remote-tracking branch 'composer/master'
This commit is contained in:
@@ -30,16 +30,4 @@
|
||||
'trans_status',
|
||||
'proc_code',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected $casts = [
|
||||
'booking_date' => 'datetime',
|
||||
'value_date' => 'datetime',
|
||||
'txn_amount' => 'decimal:2',
|
||||
'chrg_amount' => 'decimal:2',
|
||||
];
|
||||
}
|
||||
|
||||
@@ -61,14 +61,4 @@
|
||||
'co_code',
|
||||
'date_time'
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'amount_lcy' => 'decimal:2',
|
||||
'amount_fcy' => 'decimal:2',
|
||||
'exchange_rate' => 'decimal:6',
|
||||
'value_date' => 'date',
|
||||
'exposure_date' => 'date',
|
||||
'accounting_date' => 'date',
|
||||
'date_time' => 'datetime'
|
||||
];
|
||||
}
|
||||
|
||||
@@ -49,13 +49,4 @@
|
||||
'txn_code_cr',
|
||||
'txn_code_dr',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected $casts = [
|
||||
'date_time' => 'datetime',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user