Skip to content

Commit 1f3d29d

Browse files
committed
remove hardcoded root node
1 parent c22792e commit 1f3d29d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Node.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ public function traverse($traverseConfig)
175175
public function resolvePath()
176176
{
177177
$uri = $this->uri() . "/path";
178-
$params = array("rootNodeId" => "821c40ab613d9b5bcbbc656b62229301"); // r:root or this?
179178

180-
$response = $this->client->get($uri, $params);
179+
$response = $this->client->get($uri, array());
181180
return $response["path"];
182181
}
183182

0 commit comments

Comments
 (0)