We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d98a6 commit 4692b16Copy full SHA for 4692b16
src/Forms/Components/JsonInput.php
@@ -19,6 +19,7 @@ class JsonInput extends Field
19
use HasLineNumbers;
20
use HasLineWrapping;
21
22
+ // @phpstan-ignore-next-line
23
protected string $view = 'laravel-filament-json-field::forms.components.json-input';
24
25
public function setUp(): void
src/Infolists/Components/JsonEntry.php
@@ -17,5 +17,6 @@ class JsonEntry extends Entry
17
18
protected string $view = 'laravel-filament-json-field::infolists.components.json-entry';
}
0 commit comments