Skip to content

Commit 72c4df1

Browse files
committed
Rename all() to getFields() in GraphNode
1 parent 28ccea0 commit 72c4df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphNode/GraphNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getFieldNames()
8181
*
8282
* @return array
8383
*/
84-
public function all()
84+
public function getFields()
8585
{
8686
return $this->fields;
8787
}

0 commit comments

Comments
 (0)