This commit is contained in:
Ghislain Loaec 2018-04-06 11:32:08 +02:00
parent b96b65cc49
commit 498012697d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class WebServiceContext
$cache->write($dumper->dump()); $cache->write($dumper->dump());
} }
return (string) $cache; return $cache->getPath();
} }
public function getServiceBinder() public function getServiceBinder()