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 ba8a32e commit c8eff84Copy full SHA for c8eff84
src/Application/UI/Link.php
@@ -94,7 +94,7 @@ public function getParameters(): array
94
*/
95
public function isLinkCurrent(): bool
96
{
97
- return $this->component->isLinkCurrent($this->destination, $this->parameters);
+ return $this->component->isLinkCurrent($this->destination, $this->params);
98
}
99
100
0 commit comments