Passed
Push — master ( f5789a...f635dc )
by Innocent
06:13
created
src/Jobs/UploadImage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,9 +47,9 @@
 block discarded – undo
47 47
     {
48 48
         if ($this->sermon->image()->exists()) {
49 49
             $fileName = $this->sermon->image->name;
50
-            $this->uploadImages($this->sermon, [$this->image], $imageManager, $fileName);
50
+            $this->uploadImages($this->sermon, [ $this->image ], $imageManager, $fileName);
51 51
         } else {
52
-            $this->uploadImages($this->sermon, [$this->image], $imageManager);
52
+            $this->uploadImages($this->sermon, [ $this->image ], $imageManager);
53 53
         }
54 54
     }
55 55
 }
Please login to merge, or discard this patch.