X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/024924eef38179ecb12ef5cd6d7bcdcb8c15a298..refs/pull/4467/head:/app/Theming/ThemeService.php diff --git a/app/Theming/ThemeService.php b/app/Theming/ThemeService.php index 57336ec5f..bb91643e3 100644 --- a/app/Theming/ThemeService.php +++ b/app/Theming/ThemeService.php @@ -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