Fixed merge conflicts

This commit is contained in:
Alejandro Celaya
2021-12-21 14:48:06 +01:00
6 changed files with 25 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ class CloseDbConnectionEventListener
($this->wrapped)($event);
} finally {
$this->em->getConnection()->close();
$this->em->clear();
$this->em->close();
}
}
}