@@ -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(); |
@@ -78,10 +78,10 @@ |
||
78 | 78 | $content = $response->getBody()->getContents(); |
79 | 79 | $path = 'public/pages/' . $pageModel->id . '.png'; |
80 | 80 | Storage::put('public/pages/' . $pageModel->id . '.png', $content); |
81 | - }catch (ClientException $e){ |
|
81 | + } catch (ClientException $e){ |
|
82 | 82 | $path = ''; |
83 | 83 | } |
84 | - }else{ |
|
84 | + } else{ |
|
85 | 85 | $path = ''; |
86 | 86 | } |
87 | 87 | } |