We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22792e commit 1f3d29dCopy full SHA for 1f3d29d
1 file changed
src/Node.php
@@ -175,9 +175,8 @@ public function traverse($traverseConfig)
175
public function resolvePath()
176
{
177
$uri = $this->uri() . "/path";
178
- $params = array("rootNodeId" => "821c40ab613d9b5bcbbc656b62229301"); // r:root or this?
179
180
- $response = $this->client->get($uri, $params);
+ $response = $this->client->get($uri, array());
181
return $response["path"];
182
}
183
0 commit comments