mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix tests.
This commit is contained in:
@@ -38,10 +38,6 @@ class TransactionType extends Model
|
||||
const TRANSFER = 'Transfer';
|
||||
const OPENING_BALANCE = 'Opening balance';
|
||||
const RECONCILIATION = 'Reconciliation';
|
||||
|
||||
/** @var array */
|
||||
protected $fillable = ['type'];
|
||||
|
||||
/**
|
||||
* The attributes that should be casted to native types.
|
||||
*
|
||||
@@ -53,6 +49,8 @@ class TransactionType extends Model
|
||||
'updated_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
];
|
||||
/** @var array */
|
||||
protected $fillable = ['type'];
|
||||
|
||||
/**
|
||||
* @param string $type
|
||||
|
||||
Reference in New Issue
Block a user