We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af55b commit 28ccea0Copy full SHA for 28ccea0
src/GraphNode/GraphNode.php
@@ -102,18 +102,6 @@ public function asArray()
102
}, $this->fields);
103
}
104
105
- /**
106
- * Run a map over each field.
107
- *
108
- * @param \Closure $callback
109
110
- * @return static
111
- */
112
- public function map(\Closure $callback)
113
- {
114
- return new static(array_map($callback, $this->fields, array_keys($this->fields)));
115
- }
116
-
117
/**
118
* Get all fields as JSON.
119
*
0 commit comments