Auto commit for release 'develop' on 2024-11-18

This commit is contained in:
github-actions
2024-11-18 04:18:51 +01:00
parent d182b4b4a6
commit 8d2d3d4002
17 changed files with 1462 additions and 514 deletions

View File

@@ -49,8 +49,8 @@ class CurrencyExchangeRate extends Model
'from_currency_id' => 'int',
'to_currency_id' => 'int',
'date' => SeparateTimezoneCaster::class,
'rate' => 'string',
'user_rate' => 'string',
'rate' => 'string',
'user_rate' => 'string',
];
protected $fillable = ['user_id', 'from_currency_id', 'to_currency_id', 'date', 'date_tz', 'rate'];