X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7febe482f92a34093127c60c6e2dda342b4223..refs/pull/5312/head:/app/Http/Middleware/AuthenticatedOrPendingMfa.php diff --git a/app/Http/Middleware/AuthenticatedOrPendingMfa.php b/app/Http/Middleware/AuthenticatedOrPendingMfa.php index 0a0588864..24d88c909 100644 --- a/app/Http/Middleware/AuthenticatedOrPendingMfa.php +++ b/app/Http/Middleware/AuthenticatedOrPendingMfa.php @@ -2,8 +2,8 @@ namespace BookStack\Http\Middleware; -use BookStack\Auth\Access\LoginService; -use BookStack\Auth\Access\Mfa\MfaSession; +use BookStack\Access\LoginService; +use BookStack\Access\Mfa\MfaSession; use Closure; class AuthenticatedOrPendingMfa