X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/78e94bb0035d7ecc6f4267a4ffa919ec34b1ac2e..refs/pull/3406/head:/app/Http/Middleware/AuthenticatedOrPendingMfa.php diff --git a/app/Http/Middleware/AuthenticatedOrPendingMfa.php b/app/Http/Middleware/AuthenticatedOrPendingMfa.php index febfef207..0a0588864 100644 --- a/app/Http/Middleware/AuthenticatedOrPendingMfa.php +++ b/app/Http/Middleware/AuthenticatedOrPendingMfa.php @@ -8,7 +8,6 @@ use Closure; class AuthenticatedOrPendingMfa { - protected $loginService; protected $mfaSession; @@ -18,12 +17,12 @@ class AuthenticatedOrPendingMfa $this->mfaSession = $mfaSession; } - /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request - * @param \Closure $next + * @param \Illuminate\Http\Request $request + * @param \Closure $next + * * @return mixed */ public function handle($request, Closure $next)