]> BookStack Code Mirror - bookstack/blobdiff - app/Access/Controllers/ConfirmEmailController.php
Fixed OIDC Logout
[bookstack] / app / Access / Controllers / ConfirmEmailController.php
index 3fda0586e0cb88540894ee4514e9b82195ba55c4..94647e06e597df86b40a288932f8cd869d40f0de 100644 (file)
@@ -7,7 +7,7 @@ use BookStack\Access\LoginService;
 use BookStack\Exceptions\ConfirmationEmailException;
 use BookStack\Exceptions\UserTokenExpiredException;
 use BookStack\Exceptions\UserTokenNotFoundException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use BookStack\Users\UserRepo;
 use Exception;
 use Illuminate\Http\Request;