Skip to content

Commit 3676167

Browse files
committed
2 parents 014b120 + 8bb289f commit 3676167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/TwoFactorAuthenticationController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function __construct()
3030

3131
$this->middleware(function ($request, $next) {
3232
$this->setUser(auth()->user());
33+
3334
return $next($request);
3435
});
3536
}

0 commit comments

Comments
 (0)