Skip to content

Commit c5dcd2d

Browse files
committed
CSFix
1 parent 7544cd1 commit c5dcd2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FilamentDevelopersLogin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
2828
->where($plugin->getColumn(), $credentials)
2929
->first();
3030

31-
3231
if (! $model) {
3332
throw ValidationException::withMessages([
3433
'developer-logins-failed' => __('filament-developer-logins::auth.messages.failed_not_found'),

0 commit comments

Comments
 (0)