X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1bf59f434bad1496d207abc340fb5524a9e78ff9..refs/pull/4467/head:/app/Theming/ThemeService.php diff --git a/app/Theming/ThemeService.php b/app/Theming/ThemeService.php index 7bc12c5d1..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 @@ -52,7 +51,7 @@ class ThemeService */ public function registerCommand(Command $command) { - Artisan::starting(function(Application $application) use ($command) { + Artisan::starting(function (Application $application) use ($command) { $application->addCommands([$command]); }); }