@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | if (is_object($document)) { |
39 | 39 | try { |
40 | - $state->setValue(function ($document) {return $document->{$this->getOption('field')};}); |
|
40 | + $state->setValue(function($document) {return $document->{$this->getOption('field')};}); |
|
41 | 41 | } catch (\Exception $e) { |
42 | 42 | |
43 | 43 | } |