We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8816bbf + 5dcae14 commit 8bb289fCopy full SHA for 8bb289f
1 file changed
src/Http/Controllers/TwoFactorAuthenticationController.php
@@ -30,6 +30,7 @@ public function __construct()
30
31
$this->middleware(function ($request, $next) {
32
$this->setUser(auth()->user());
33
+
34
return $next($request);
35
});
36
}
0 commit comments