We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29f2b6 commit e4e6656Copy full SHA for e4e6656
src/Concerns/HasUrl.php
@@ -15,7 +15,7 @@ public function url(string $url): self
15
16
public function route(string $route, array $parameters = []): self
17
{
18
- $this->url = route($route, $parameters);
+ $this->url(route($route, $parameters));
19
20
return $this;
21
}
0 commit comments