Skip to content

Commit 4692b16

Browse files
committed
WIP
1 parent c2d98a6 commit 4692b16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Forms/Components/JsonInput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class JsonInput extends Field
1919
use HasLineNumbers;
2020
use HasLineWrapping;
2121

22+
// @phpstan-ignore-next-line
2223
protected string $view = 'laravel-filament-json-field::forms.components.json-input';
2324

2425
public function setUp(): void

src/Infolists/Components/JsonEntry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ class JsonEntry extends Entry
1717
use HasLineNumbers;
1818
use HasLineWrapping;
1919

20+
// @phpstan-ignore-next-line
2021
protected string $view = 'laravel-filament-json-field::infolists.components.json-entry';
2122
}

0 commit comments

Comments
 (0)