@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | protected function configureExportFields(): array |
| 54 | 54 | { |
| 55 | - return ['id', 'libGameEn', 'libGameFr', 'status','picture', 'platforms']; |
|
| 55 | + return ['id', 'libGameEn', 'libGameFr', 'status', 'picture', 'platforms']; |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | $method = $event->getRequest()->getMethod(); |
| 37 | 37 | |
| 38 | 38 | if ($method == Request::METHOD_GET && is_array($data) && $data[0] instanceof PlayerBadge) { |
| 39 | - foreach($data as $playerBadge) { |
|
| 39 | + foreach ($data as $playerBadge) { |
|
| 40 | 40 | $playerBadge->setTitle($this->getTitle($playerBadge)); |
| 41 | 41 | } |
| 42 | 42 | } |