We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15f353 commit 00cadffCopy full SHA for 00cadff
src/SoapClient.php
@@ -360,6 +360,8 @@ public function byConfig(string $setup)
360
$this->{Str::camel($setupItem)}();
361
} elseif (is_array($setupItemConfig)) {
362
$this->{Str::camel($setupItem)}($this->arrayKeysToCamel($setupItemConfig));
363
+ } elseif (is_string($setupItemConfig)) {
364
+ $this->{Str::camel($setupItem)}($setupItemConfig);
365
}
366
367
0 commit comments