@@ -92,7 +92,7 @@ |
||
| 92 | 92 | $content = $content->data; |
| 93 | 93 | |
| 94 | 94 | if (is_array($content)) { |
| 95 | - return array_map(function ($item) { |
|
| 95 | + return array_map(function($item) { |
|
| 96 | 96 | return $this->createEntity($item); |
| 97 | 97 | }, $content); |
| 98 | 98 | } else { |