Fixes for importing company data
This commit is contained in:
parent
313ea3e9fb
commit
93e1fc7185
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ class Import implements ShouldQueue
|
|||
|
||||
}
|
||||
else {
|
||||
$data['email_sending_method'] = 'default';
|
||||
$data['settings']['email_sending_method'] = 'default';
|
||||
}
|
||||
|
||||
$rules = (new UpdateCompanyRequest())->rules();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue