File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ class JsonInput extends Field
1919 use HasLineNumbers;
2020 use HasLineWrapping;
2121
22- // @phpstan-ignore-next-line
23- protected string $ view = 'laravel-filament-json-field::forms.components.json-input ' ;
22+ protected string $ view = 'filament-json-field::forms.components.json-input ' ;
2423
2524 public function setUp (): void
2625 {
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ class JsonEntry extends Entry
1717 use HasLineNumbers;
1818 use HasLineWrapping;
1919
20- // @phpstan-ignore-next-line
21- protected string $ view = 'laravel-filament-json-field::infolists.components.json-entry ' ;
20+ protected string $ view = 'filament-json-field::infolists.components.json-entry ' ;
2221}
You can’t perform that action at this time.
0 commit comments