@@ -147,7 +147,7 @@ |
||
| 147 | 147 | |
| 148 | 148 | if ($request->hasFile('image')) { |
| 149 | 149 | if ($post->image) { |
| 150 | - $this->postService->deleteImage(auth()->user()->uuid . DS . $post->image); |
|
| 150 | + $this->postService->deleteImage(auth()->user()->uuid . DS . $post->image); |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | $imageName = $this->postService->saveImage( |