@@ -31,7 +31,7 @@ |
||
| 31 | 31 | $allCharacteristics = app(GetAllCharacteristics::class)->get(); |
| 32 | 32 | try { |
| 33 | 33 | $context = $contextQueryByUser->execute(Auth::user()->uuid)->toArray(); |
| 34 | - }catch (\Throwable $e){ |
|
| 34 | + } catch (\Throwable $e){ |
|
| 35 | 35 | return redirect()->route('wizard.profile'); |
| 36 | 36 | } |
| 37 | 37 | $user = app(AuthGateway::class)->current()->toArray(); |