Skip to content

Commit 4337aed

Browse files
authored
Merge pull request #11 from codebar-ag/fix-view
View Prefixed with laravel- does not get registered
2 parents 0a758d2 + d127ce1 commit 4337aed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Forms/Components/JsonInput.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
{

src/Infolists/Components/JsonEntry.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)