Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaszak committed Mar 31, 2016
1 parent 581aa45 commit 20db911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getLink(string $name, array $replacement): string
str_replace($search, $replace, $route['route'])
);
$this->validLink($link, $name);
return $link;
return $this->baseURL . $link;
}

/**
Expand Down

0 comments on commit 20db911

Please sign in to comment.