@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | $class = Post::class; |
| 20 | 20 | $postMap = ArrayHelper::getValue(parent::map(), "$class.item"); |
| 21 | - array_walk($postMap, function (&$item) { |
|
| 21 | + array_walk($postMap, function(&$item) { |
|
| 22 | 22 | $item = "node.{$item}"; |
| 23 | 23 | }); |
| 24 | 24 | |