File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,11 @@ $result = $function->invoke(['paramName' => 'value']);
49
49
``` php
50
50
<?php
51
51
52
- use phpsap\classes\AbstractRemoteFunctionCall;
53
- use phpsap\interfaces\IConfig;
54
- use phpsap\saprfc\SapRfcConnection;
52
+ use phpsap\saprfc\AbstractRemoteFunctionCall;
55
53
use kbATeam\TypeCast\TypeCastValue;
56
54
57
55
class MyCoolSapRemoteFunction extends AbstractRemoteFunctionCall
58
56
{
59
- /**
60
- * Create a connection instance using the given config.
61
- * @param \phpsap\interfaces\IConfig $config
62
- * @return \phpsap\saprfc\SapRfcConnection
63
- */
64
- protected function createConnectionInstance(IConfig $config)
65
- {
66
- return new SapRfcConnection($config);
67
- }
68
-
69
57
/**
70
58
* Define the name of the remote function.
71
59
* @return string
You can’t perform that action at this time.
0 commit comments