@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | $class = Post::class; |
21 | 21 | $postMap = ArrayHelper::getValue(parent::map(), "$class.item"); |
22 | - array_walk($postMap, function (&$item) { |
|
22 | + array_walk($postMap, function(&$item) { |
|
23 | 23 | $item = "node.{$item}"; |
24 | 24 | }); |
25 | 25 | $postMap['comments'] = 'node.edge_media_to_comment.count'; // fix: likes from sharedData |