]> BookStack Code Mirror - bookstack/blobdiff - app/Access/Controllers/SocialController.php
Fixed OIDC Logout
[bookstack] / app / Access / Controllers / SocialController.php
index ad8537ce268fb906a94edade7ea5c818b246e4b9..3df895dd8ffec995c4e0d7f8c3fb4066ae3002cb 100644 (file)
@@ -9,7 +9,7 @@ use BookStack\Exceptions\SocialDriverNotConfigured;
 use BookStack\Exceptions\SocialSignInAccountNotUsed;
 use BookStack\Exceptions\SocialSignInException;
 use BookStack\Exceptions\UserRegistrationException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use Illuminate\Http\Request;
 use Illuminate\Support\Str;
 use Laravel\Socialite\Contracts\User as SocialUser;