]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/SocialController.php
Fixed failing test after drawio default url change
[bookstack] / app / Http / Controllers / Auth / SocialController.php
index 2e9e6216200f2e44710b5e8303870718ff112b7a..1691668a2bbc37163553167e3f20d0502c6af3cb 100644 (file)
@@ -27,8 +27,7 @@ class SocialController extends Controller
         SocialAuthService $socialAuthService,
         RegistrationService $registrationService,
         LoginService $loginService
-    )
-    {
+    ) {
         $this->middleware('guest')->only(['getRegister', 'postRegister']);
         $this->socialAuthService = $socialAuthService;
         $this->registrationService = $registrationService;