@@ -47,9 +47,9 @@ |
||
| 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 | } |