Cast 'onboarding' as 'object'
This commit is contained in:
parent
5d7d4138d1
commit
dff50a7886
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ class Account extends BaseModel
|
|||
// 'plan_expires'
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'onboarding' => 'object'
|
||||
];
|
||||
|
||||
const PLAN_FREE = 'free';
|
||||
const PLAN_PRO = 'pro';
|
||||
const PLAN_ENTERPRISE = 'enterprise';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue