@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function __invoke(Player $player): mixed |
23 | 23 | { |
24 | - $query = $this->em->createQuery(" |
|
24 | + $query = $this->em->createQuery(" |
|
25 | 25 | SELECT |
26 | 26 | s, |
27 | 27 | COUNT(pc) as nb |