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 4c78ea2 commit ca63026Copy full SHA for ca63026
src/SapRfc.php
@@ -217,7 +217,7 @@ public function invoke(): array
217
try {
218
$result = $this
219
->getFunction()
220
- ->invoke($params, static::$invokeOptions);
+ ->invoke($params, self::$invokeOptions);
221
} catch (ModuleFunctionCallException $exception) {
222
throw new FunctionCallException(sprintf(
223
'Function call %s failed: %s',
0 commit comments