🤖 Auto commit for release 'develop' on 2025-09-21

This commit is contained in:
JC5
2025-09-21 08:28:09 +02:00
parent 69cae3ae55
commit 8c0ee8f024
9 changed files with 299 additions and 280 deletions

View File

@@ -38,7 +38,7 @@ class CurrencyExchangeRate extends Model
use ReturnsIntegerUserIdTrait;
use SoftDeletes;
protected $fillable = ['user_id','user_group_id', 'from_currency_id', 'to_currency_id', 'date', 'date_tz', 'rate'];
protected $fillable = ['user_id', 'user_group_id', 'from_currency_id', 'to_currency_id', 'date', 'date_tz', 'rate'];
public function fromCurrency(): BelongsTo
{