Completed
Pull Request — master (#2999)
by
unknown
02:19
created
src/Form/Field/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $path = $this->uploadAndDeleteOriginal($image);
37 37
 
38
-        $fullPath = $this->options['path_prefix'] . $path;
38
+        $fullPath = $this->options['path_prefix'].$path;
39 39
 
40 40
         $this->callInterventionMethods($fullPath);
41 41
 
Please login to merge, or discard this patch.