@@ -172,7 +172,7 @@ |
||
| 172 | 172 | return $collection; |
| 173 | 173 | } else { |
| 174 | 174 | return Collection::{$getterType}(array_map( |
| 175 | - function ($item) use ($property) { |
|
| 175 | + function($item) use ($property) { |
|
| 176 | 176 | return $item->$property; |
| 177 | 177 | }, |
| 178 | 178 | $this->jsonSerialize() |