X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/5591/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