@@ -154,7 +154,7 @@ |
||
154 | 154 | $avatar = PictureCreatorFactory::fromStream($this->getAvatar($player)); |
155 | 155 | $gamercard->copyResized($avatar, 9, 30, 0, 0, 64, 64); |
156 | 156 | |
157 | - $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'],5); |
|
157 | + $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'], 5); |
|
158 | 158 | |
159 | 159 | $startX = 9; |
160 | 160 | foreach ($playerGames as $playerGame) { |