fixed typo
This commit is contained in:
parent
419d457b02
commit
c27c236d31
@ -53,7 +53,7 @@ class CreateContact extends Job implements HasOwner, HasSource, ShouldCreate
|
|||||||
'companies' => [$this->request->get('company_id')],
|
'companies' => [$this->request->get('company_id')],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$user = $this->dispatch(new ($this->request));
|
$user = $this->dispatch(new CreateUser($this->request));
|
||||||
|
|
||||||
$this->request['user_id'] = $user->id;
|
$this->request['user_id'] = $user->id;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user