diff --git a/src/Forms/Components/JsonInput.php b/src/Forms/Components/JsonInput.php index 950288c..b23b9f8 100644 --- a/src/Forms/Components/JsonInput.php +++ b/src/Forms/Components/JsonInput.php @@ -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 diff --git a/src/Infolists/Components/JsonEntry.php b/src/Infolists/Components/JsonEntry.php index af54869..4e081b0 100644 --- a/src/Infolists/Components/JsonEntry.php +++ b/src/Infolists/Components/JsonEntry.php @@ -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'; }