mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 02:57:45 +00:00
Update models.
This commit is contained in:
@@ -36,7 +36,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class CurrencyExchangeRate extends Model
|
||||
{
|
||||
|
||||
protected $dates = ['created_at', 'updated_at', 'date'];
|
||||
/** @var array */
|
||||
protected $dates = ['date'];
|
||||
|
||||
/**
|
||||
* @return BelongsTo
|
||||
|
Reference in New Issue
Block a user