Corretion de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 9d0658013d
commit 7be63e861b

@ -325,7 +325,7 @@ class PartieGateway
); );
$results = $this->con->getResults(); $results = $this->con->getResults();
$row = $results[0]; $row = $results[0];
return $row['index']; return $row['indexEnigme'];
} }
public function showAll(): void public function showAll(): void
{ {

Loading…
Cancel
Save