Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed May 1, 2022
1 parent cbdc576 commit c7662ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions config/filament-user-resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

return [

/* @phpstan-ignore-next-line */
'model' => User::class,

];
2 changes: 0 additions & 2 deletions src/Resources/UserResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

class UserResource extends Resource
{
protected static ?string $model = User::class;

protected static ?string $navigationIcon = 'heroicon-o-users';

protected static bool | Closure $enablePasswordUpdates = false;
Expand Down

0 comments on commit c7662ec

Please sign in to comment.