Completed
Push — master ( 89017c...f542f4 )
by Song
02:55
created
src/Form/Field/UploadField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
             return $path;
289 289
         }
290 290
         
291
-        if($this->storage){
291
+        if ($this->storage) {
292 292
             return $this->storage->url($path);
293 293
         }
294 294
 
Please login to merge, or discard this patch.