mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Updated models and tests to match.
This commit is contained in:
@@ -25,7 +25,7 @@ class TransactionJournal extends Model
|
||||
|
||||
public function getDates()
|
||||
{
|
||||
return ['created_at', 'updated_at', 'date'];
|
||||
return ['created_at', 'updated_at', 'date','deleted_at'];
|
||||
}
|
||||
|
||||
public function getDescriptionAttribute($value)
|
||||
|
Reference in New Issue
Block a user