diff --git a/src/Infrastructure/Domain/Repository/ReportEditor/ReportQueryRepository.php b/src/Infrastructure/Domain/Repository/ReportEditor/ReportQueryRepository.php index 487c1feba08d513ec5c66264d3c819efe8ef890d..213c644b50515b01650e4315f87a50db07d7dd33 100644 --- a/src/Infrastructure/Domain/Repository/ReportEditor/ReportQueryRepository.php +++ b/src/Infrastructure/Domain/Repository/ReportEditor/ReportQueryRepository.php @@ -281,7 +281,7 @@ class ReportQueryRepository implements ReportQueryRepositoryInterface ->setParameter(':id', $extendedObjectId) ; - $extendedObject = $query->execute()->fetchAllAssociative(); + $extendedObject = $query->execute()->fetchAssociative(); if (!empty($extendedObject)) { $this->jsonParse($extendedObject, 'sql_statements', false);