fixed typo
This commit is contained in:
parent
d483be58ed
commit
25ec2f4f2d
@ -41,7 +41,7 @@ trait Recurring
|
|||||||
|
|
||||||
$recurring = $this->recurring();
|
$recurring = $this->recurring();
|
||||||
|
|
||||||
$function = $recurring->count() ? 'create' : 'update';
|
$function = $recurring->count() ? 'update' : 'create';
|
||||||
|
|
||||||
$recurring->$function([
|
$recurring->$function([
|
||||||
'company_id' => $this->company_id,
|
'company_id' => $this->company_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user