Skip to content

Commit 92811fe

Browse files
committed
Remove commented out code.
1 parent 946d915 commit 92811fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/FilamentDevelopersLogin.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
2727
/** @var ?\Illuminate\Contracts\Auth\Authenticatable $model */
2828
$model = $plugin->getModelCallback($plugin, $credentials)->first();
2929

30-
// $model = (new ($plugin->getModelClass()))
31-
// ->where($plugin->getColumn(), $credentials)
32-
// ->first();
33-
3430
if (! $model) {
3531
throw ValidationException::withMessages([
3632
'developer-logins-failed' => __('filament-developer-logins::auth.messages.failed_not_found'),

0 commit comments

Comments
 (0)