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
19
19
use HasLineNumbers;
20
20
use HasLineWrapping;
21
21
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 ' ;
24
23
25
24
public function setUp (): void
26
25
{
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ class JsonEntry extends Entry
17
17
use HasLineNumbers;
18
18
use HasLineWrapping;
19
19
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 ' ;
22
21
}
You can’t perform that action at this time.
0 commit comments