Fixes for casts
This commit is contained in:
parent
e1f1700226
commit
6b0a353165
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ class Account extends BaseModel
|
|||
];
|
||||
|
||||
protected $casts = [
|
||||
'updated_at' => 'timestamp',
|
||||
'created_at' => 'timestamp',
|
||||
'deleted_at' => 'timestamp',
|
||||
'onboarding' => 'object'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue