@@ -151,7 +151,7 @@ |
||
| 151 | 151 | if (is_callable($this->load)) { |
| 152 | 152 | call_user_func($this->load, $record); |
| 153 | 153 | } elseif (!empty($this->attribute)) { |
| 154 | - $closure = function (ActiveRecord $value, string $attribute) { |
|
| 154 | + $closure = function(ActiveRecord $value, string $attribute) { |
|
| 155 | 155 | $this->{$attribute} = $value; |
| 156 | 156 | }; |
| 157 | 157 | $closure->call($this->owner, $record, $this->attribute); |