mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 02:21:45 +00:00
Make sure user_group_id is rendered as int where relevant.
This commit is contained in:
@@ -65,6 +65,8 @@ class TransactionJournal extends Model
|
||||
'tag_count' => 'int',
|
||||
'encrypted' => 'boolean',
|
||||
'completed' => 'boolean',
|
||||
'user_id' => 'integer',
|
||||
'user_group_id' => 'integer',
|
||||
];
|
||||
|
||||
protected $fillable
|
||||
|
||||
Reference in New Issue
Block a user