@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | $allCharacteristics = app(GetAllCharacteristics::class)->get(); |
| 35 | 35 | try { |
| 36 | 36 | $context = $contextQueryByUser->execute(Auth::user()->uuid)->toArray(); |
| 37 | - }catch (\Throwable $e){ |
|
| 37 | + } catch (\Throwable $e){ |
|
| 38 | 38 | return redirect()->route('wizard.profile'); |
| 39 | 39 | } |
| 40 | 40 | $user = app(AuthGateway::class)->current()->toArray(); |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | { |
| 65 | 65 | try { |
| 66 | 66 | $user = app(GetUser::class)->get($userId)->toArray(); |
| 67 | - }catch (UserNotFound $e){ |
|
| 67 | + } catch (UserNotFound $e){ |
|
| 68 | 68 | throw new NotFoundHttpException(); |
| 69 | 69 | } |
| 70 | 70 | |