Passed
Pull Request — master (#39)
by guillaume
04:52
created
app/Http/Controllers/Auth/RegisterController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
             return $request->wantsJson()
113 113
                 ? new Response('', 201)
114 114
                 : redirect($this->redirectPath());*/
115
-        }catch (ValidationException $e) {
115
+        } catch (ValidationException $e) {
116 116
             $attributes = $e->validator->attributes();
117 117
             $attributes['provider'] = $provider;
118 118
             return redirect()->route('register-social-network')
Please login to merge, or discard this patch.