]> BookStack Code Mirror - bookstack/blobdiff - app/Access/Controllers/RegisterController.php
Fixed OIDC Logout
[bookstack] / app / Access / Controllers / RegisterController.php
index e54c3e19c0ac12660f0c34b6dbce946da1ef96ac..3c653a073a3b7b753c17b6e656565af04ebb2d15 100644 (file)
@@ -7,7 +7,7 @@ use BookStack\Access\RegistrationService;
 use BookStack\Access\SocialAuthService;
 use BookStack\Exceptions\StoppedAuthenticationException;
 use BookStack\Exceptions\UserRegistrationException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use Illuminate\Contracts\Validation\Validator as ValidatorContract;
 use Illuminate\Http\Request;
 use Illuminate\Support\Facades\Validator;