Skip to content

Commit

Permalink
Link typo parameters => params (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz authored and dg committed Jan 6, 2020
1 parent ba8a32e commit c8eff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/UI/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getParameters(): array
*/
public function isLinkCurrent(): bool
{
return $this->component->isLinkCurrent($this->destination, $this->parameters);
return $this->component->isLinkCurrent($this->destination, $this->params);
}


Expand Down

0 comments on commit c8eff84

Please sign in to comment.