@@ -167,7 +167,7 @@ |
||
167 | 167 | $data = array( |
168 | 168 | 'token' => $profile->getToken(), |
169 | 169 | 'parent' => $profile->getParentToken(), |
170 | - 'children' => array_map(function ($p) { |
|
170 | + 'children' => array_map(function($p) { |
|
171 | 171 | return $p->getToken(); |
172 | 172 | }, $profile->getChildren()), |
173 | 173 | 'data' => $profile->getCollectors(), |