This commit is contained in:
Yuri Kuznetsov
2024-11-09 23:24:40 +02:00
parent f6abfdc322
commit 664c5b0137
59 changed files with 185 additions and 180 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ class Installer
$em = $this->getEntityManager();
if ($id) {
$entity = $em->getEntity($entityType, $id);
$entity = $em->getEntityById($entityType, $id);
if (!$entity) {
$selectQuery = $em->getQueryBuilder()