Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ousid committed Nov 7, 2023
1 parent b860114 commit 60355f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Forms/Components/Turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Coderflex\FilamentTurnstile\Forms\Components;

use Coderflex\LaravelTurnstile\Rules\TurnstileCheck;
use Filament\Forms\Components\TextInput;
use Filament\Forms\Components\Field;

class Turnstile extends TextInput
class Turnstile extends Field
{
protected string $viewIdentifier = 'turnstile';

Expand Down

0 comments on commit 60355f4

Please sign in to comment.