fixed typo
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user