get path
This commit is contained in:
parent
b96b65cc49
commit
498012697d
|
@ -82,7 +82,7 @@ class WebServiceContext
|
|||
$cache->write($dumper->dump());
|
||||
}
|
||||
|
||||
return (string) $cache;
|
||||
return $cache->getPath();
|
||||
}
|
||||
|
||||
public function getServiceBinder()
|
||||
|
|
Loading…
Reference in New Issue