]> BookStack Code Mirror - bookstack/blobdiff - app/Theming/ThemeService.php
Fixed OIDC Logout
[bookstack] / app / Theming / ThemeService.php
index 57336ec5f71d21a3156aa69120fb194d76104a2e..bb91643e308114b567119fed99349b7e6951f98e 100644 (file)
@@ -2,10 +2,9 @@
 
 namespace BookStack\Theming;
 
-use BookStack\Auth\Access\SocialAuthService;
+use BookStack\Access\SocialAuthService;
 use Illuminate\Console\Application;
 use Illuminate\Console\Application as Artisan;
-use Illuminate\Contracts\Console\Kernel;
 use Symfony\Component\Console\Command\Command;
 
 class ThemeService