mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 18:33:46 +02:00
Fixed Failed event
Thank you very much Laravel for not pointing out the changes to be made when upgrading from 5.6 to 5.7
This commit is contained in:
@@ -242,6 +242,6 @@ class LoginController extends Controller
|
||||
*/
|
||||
private function fireFailedLoginEvent(Authenticatable $user = null, array $credentials = [])
|
||||
{
|
||||
event(new Failed($user, $credentials));
|
||||
event(new Failed(config('auth.defaults.guard'), $user, $credentials));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user