Skip to content

Commit 82efa9e

Browse files
committed
Renamed toList method to toFlattenedTree
1 parent ca678b3 commit 82efa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected function getRootNodeId($root)
108108
*
109109
* @return Collection|static
110110
*/
111-
public function toList()
111+
public function toFlattenedTree()
112112
{
113113
$tree = $this->toTree();
114114

0 commit comments

Comments
 (0)