@@ -112,7 +112,7 @@ |
||
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') |