Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 725f7b2

Browse files
authored
Fix Error when redirecting (#17)
1 parent 982f41f commit 725f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tags/Livewire.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Livewire extends Tags
1818
* @param $expression
1919
* @return mixed
2020
*/
21-
public function wildcard($expression): string
21+
public function wildcard($expression)
2222
{
2323
/**
2424
* Fetching all parameters from our livewire tag, to mount them as livewire parameters.

0 commit comments

Comments
 (0)