Completed
Push — master ( de855d...5f9404 )
by Arthur
04:26
created
app/Http/Controllers/CCTVController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
                     'ContentType'   => 'image/jpg',
40 40
                     'ServerSideEncryption' => 'AES256',
41 41
                 ));
42
-            } catch(\Exception $e) {
42
+            } catch (\Exception $e) {
43 43
                 \Log::exception($e);
44 44
             }
45 45
             //Log::debug('Image saved :https://s3-eu-west-1.amazonaws.com/buildbrighton-bbms/'.$newFilename);
Please login to merge, or discard this patch.