Skip to content

Commit 8bb289f

Browse files
authored
Merge pull request #38 from thecodework/analysis-zeLP64
Apply fixes from StyleCI
2 parents 8816bbf + 5dcae14 commit 8bb289f

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)