Skip to content

Commit 10fcdcb

Browse files
committed
Default absolute to false
1 parent 248c0ba commit 10fcdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Linkable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function component()
2121
* @param bool $absolute
2222
* @return string
2323
*/
24-
public function route($name, $parameters = [], $absolute = true)
24+
public function route($name, $parameters = [], $absolute = false)
2525
{
2626
return $this->url(route($name, $parameters, $absolute));
2727
}

0 commit comments

Comments
 (0)