Skip to content

Commit 8da663c

Browse files
authored
Merge pull request #3 from nurmanhabib/hotfix/typo-operator
Hotfix typo operator
2 parents b829097 + 0dc1b5d commit 8da663c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NavCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function transform(callable $callback)
9999
{
100100
$this->items = array_map(function (Nav $nav) use ($callback) {
101101
return $this->transformNav($nav, $callback);
102-
}, $this-items);
102+
}, $this->items);
103103

104104
return $this;
105105
}

0 commit comments

Comments
 (0)