mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
exports: fix errors and depreciations
This commit is contained in:
@@ -192,8 +192,8 @@ class ListPersonDuplicate implements DirectExportInterface, ExportElementValidat
|
||||
|
||||
$statement = $this->entityManager->getConnection()->prepare($sql);
|
||||
$statement->bindValue('precision', $precision);
|
||||
$statement->execute();
|
||||
$result = $statement->executeQuery();
|
||||
|
||||
return $statement->fetchAll();
|
||||
return $result->fetchAllAssociative();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user