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