@@ -129,7 +129,7 @@ |
||
| 129 | 129 | */ |
| 130 | 130 | public function toArray() |
| 131 | 131 | { |
| 132 | - return array_filter(array_map(function ($attribute) { |
|
| 132 | + return array_filter(array_map(function($attribute) { |
|
| 133 | 133 | return $attribute->getValue(); |
| 134 | 134 | }, $this->items)); |
| 135 | 135 | } |