]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/StoppedAuthenticationException.php
Fixed OIDC Logout
[bookstack] / app / Exceptions / StoppedAuthenticationException.php
index d10a6da5e15902e28fdcfe36f1e3e72ae687e76a..51e48aa1cf307f7dc211fd2e96f94eadc3dbf583 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace BookStack\Exceptions;
 
-use BookStack\Auth\Access\LoginService;
-use BookStack\Auth\User;
+use BookStack\Access\LoginService;
+use BookStack\Users\Models\User;
 use Illuminate\Contracts\Support\Responsable;
 use Illuminate\Http\Request;
 
@@ -23,7 +23,7 @@ class StoppedAuthenticationException extends \Exception implements Responsable
     }
 
     /**
-     * @inheritdoc
+     * {@inheritdoc}
      */
     public function toResponse($request)
     {