Passed
Pull Request — master (#337)
by Arman
03:08
created
src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.