Fix for pro plan
This commit is contained in:
parent
92b5f782b2
commit
cf13294ee0
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class NinjaRepository
|
|||
|
||||
$company = $account->company;
|
||||
$company->fill($data);
|
||||
$company->plan_expires = $company->plan_expires ?: null;
|
||||
$company->save();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue