Skip to content

Commit bd4b077

Browse files
author
mvdrijt
committed
Merge branch 'develop'
2 parents 768ec82 + dfdee16 commit bd4b077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Artisaninweb/SoapWrapper/SoapWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function client($name, Closure $closure = null)
127127
*/
128128
public function call($call, $data = [])
129129
{
130-
list($name, $function) = explode('.', $call);
130+
list($name, $function) = explode('.', $call, 2);
131131

132132
return $this->client($name, function ($client) use ($function, $data) {
133133
/** @var Client $client */

0 commit comments

Comments
 (0)