Skip to content

Commit be0dd6e

Browse files
Update src/FilamentDevelopersLogin.php
Co-authored-by: Bjorn Voesten <[email protected]>
1 parent 47a0298 commit be0dd6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FilamentDevelopersLogin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
2222
}
2323

2424
$model = (new ($plugin->getModelClass()))
25-
->where($plugin->getColumn(), $credentials)->firstOrFail();
25+
->where($plugin->getColumn(), $credentials)
26+
->firstOrFail();
2627

2728
$panel->auth()->login($model);
2829

0 commit comments

Comments
 (0)