Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Feb 26, 2025
1 parent c2d98a6 commit 4692b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/Components/JsonInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class JsonInput extends Field
use HasLineNumbers;
use HasLineWrapping;

// @phpstan-ignore-next-line
protected string $view = 'laravel-filament-json-field::forms.components.json-input';

public function setUp(): void
Expand Down
1 change: 1 addition & 0 deletions src/Infolists/Components/JsonEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ class JsonEntry extends Entry
use HasLineNumbers;
use HasLineWrapping;

// @phpstan-ignore-next-line
protected string $view = 'laravel-filament-json-field::infolists.components.json-entry';
}

0 comments on commit 4692b16

Please sign in to comment.