Skip to content

Commit

Permalink
Update src/Ziggy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Nov 28, 2024
1 parent 7ac4f09 commit 8f5afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ziggy.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Ziggy implements JsonSerializable
protected Collection $routes;

public function __construct(
protected array|string|null $group = null,
protected $group = null,
protected ?string $url = null,
) {
$this->url = rtrim($url ?? url('/'), '/');
Expand Down

0 comments on commit 8f5afd3

Please sign in to comment.