Completed
Pull Request — master (#2153)
by
unknown
11:07
created
src/Form/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@
 block discarded – undo
323 323
 
324 324
         $this->value = array_get($data, $this->column);
325 325
         if (isset($this->format) && $this->format instanceof \Closure) {
326
-            $this->value = call_user_func($this->format , $this->value);
326
+            $this->value = call_user_func($this->format, $this->value);
327 327
         }
328 328
     }
329 329
 
Please login to merge, or discard this patch.