mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6934 from beganovich/account-model-casts
Fixes for Account model casts
This commit is contained in:
commit
c0f6352230
@ -68,6 +68,9 @@ class Account extends BaseModel
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'updated_at' => 'timestamp',
|
||||
'created_at' => 'timestamp',
|
||||
'deleted_at' => 'timestamp',
|
||||
'onboarding' => 'object'
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user