]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/AuthenticatedOrPendingMfa.php
Customization: Added parent tag classes
[bookstack] / app / Http / Middleware / AuthenticatedOrPendingMfa.php
index 0a0588864bb897c6367c8428970717568d34d3b0..24d88c909d230d179e29603c0624be5bfa89586d 100644 (file)
@@ -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