mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 07:24:37 -04:00
Cast 'onboarding' as 'object'
This commit is contained in:
parent
5d7d4138d1
commit
dff50a7886
@ -67,6 +67,10 @@ class Account extends BaseModel
|
|||||||
// 'plan_expires'
|
// 'plan_expires'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected $casts = [
|
||||||
|
'onboarding' => 'object'
|
||||||
|
];
|
||||||
|
|
||||||
const PLAN_FREE = 'free';
|
const PLAN_FREE = 'free';
|
||||||
const PLAN_PRO = 'pro';
|
const PLAN_PRO = 'pro';
|
||||||
const PLAN_ENTERPRISE = 'enterprise';
|
const PLAN_ENTERPRISE = 'enterprise';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user