Skip to content

Commit 504c2d9

Browse files
authored
Update FilamentDeveloperLoginsPlugin.php
Change Null modelClass for empty string.
1 parent cc6cc3b commit 504c2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilamentDeveloperLoginsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class FilamentDeveloperLoginsPlugin implements Plugin
1919
/**
2020
* @var class-string<\Illuminate\Database\Eloquent\Model&\Illuminate\Contracts\Auth\Authenticatable>
2121
*/
22-
public string $modelClass = null;
22+
public string $modelClass = '';
2323

2424
public Closure | bool $enabled = false;
2525

0 commit comments

Comments
 (0)