@@ -66,7 +66,7 @@ |
||
| 66 | 66 | $content = $response->getBody()->getContents(); |
| 67 | 67 | $path = 'public/characteristics/' . $uuid . '.png'; |
| 68 | 68 | Storage::put('public/characteristics/' . $uuid . '.png', $content); |
| 69 | - }catch (ClientException $e){ |
|
| 69 | + } catch (ClientException $e){ |
|
| 70 | 70 | $path = ''; |
| 71 | 71 | } |
| 72 | 72 | } |