Test Setup Failed
Branch master (693622)
by Bertrand
10:57 queued 04:53
created
app/Http/Controllers/Auth/RegisterController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             return $request->wantsJson()
102 102
                 ? new Response('', 201)
103 103
                 : redirect($this->redirectPath());
104
-        }catch (ValidationException $e) {
104
+        } catch (ValidationException $e) {
105 105
             $attributes = $e->validator->attributes();
106 106
             $attributes['provider'] = $provider;
107 107
             return redirect()->route('register-social-network')
Please login to merge, or discard this patch.