diff --git a/src/Forms/Components/JsonInput.php b/src/Forms/Components/JsonInput.php index b23b9f8..ff59f2e 100644 --- a/src/Forms/Components/JsonInput.php +++ b/src/Forms/Components/JsonInput.php @@ -19,8 +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'; + protected string $view = '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 4e081b0..85cfff8 100644 --- a/src/Infolists/Components/JsonEntry.php +++ b/src/Infolists/Components/JsonEntry.php @@ -17,6 +17,5 @@ class JsonEntry extends Entry use HasLineNumbers; use HasLineWrapping; - // @phpstan-ignore-next-line - protected string $view = 'laravel-filament-json-field::infolists.components.json-entry'; + protected string $view = 'filament-json-field::infolists.components.json-entry'; }