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