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 73848e0 commit 083b45cCopy full SHA for 083b45c
2 files changed
app/Filament/App/Resources/DuplicateCheckResource.php
@@ -36,7 +36,7 @@ public static function canAccess(): bool
36
return Auth::user()?->isPremium() ?? false;
37
}
38
39
- public static function form(Form $form): Form
+ public static function form(Schema $form): Schema
40
{
41
return $form->schema([]);
42
app/Filament/App/Resources/SmartMatchResource.php
@@ -35,7 +35,7 @@ public static function canAccess(): bool
35
0 commit comments