Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 22, 2024
1 parent 8f18cd1 commit 13a9280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Actions/Components/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Foxws\WireUse\Actions\Components;

use Closure;
use Foxws\WireUse\Actions\Support\Action;
use Foxws\WireUse\Views\Support\Component;
use Illuminate\View\View;
Expand All @@ -13,7 +14,7 @@ public function __construct(
) {
}

public function render(): View
public function render(): View|Closure|string
{
return view('wireuse::actions.link');
}
Expand Down

0 comments on commit 13a9280

Please sign in to comment.