Skip to content

Commit

Permalink
Update BooleanStateCast.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 2, 2025
1 parent 2a30d78 commit a50918b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace Filament\Schemas\Components\StateCasts;

class BooleanStateCast
use Filament\Schemas\Components\StateCasts\Contracts\StateCast;

class BooleanStateCast implements StateCast
{
public function get(mixed $state): bool
{
Expand Down

0 comments on commit a50918b

Please sign in to comment.