@@ -35,7 +35,7 @@ |
||
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 |