Skip to content

Commit c8eff84

Browse files
MartkCzdg
MartkCz
authored andcommitted
Link typo parameters => params (#244)
1 parent ba8a32e commit c8eff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/UI/Link.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getParameters(): array
9494
*/
9595
public function isLinkCurrent(): bool
9696
{
97-
return $this->component->isLinkCurrent($this->destination, $this->parameters);
97+
return $this->component->isLinkCurrent($this->destination, $this->params);
9898
}
9999

100100

0 commit comments

Comments
 (0)