Revert "Merge branch 'DDC-884'"
This reverts commit3eea19dcfa
, reversing changes made tob13c29944b
.
This commit is contained in:
parent
3eea19dcfa
commit
afc9495b3f
1 changed files with 1 additions and 1 deletions
|
@ -725,6 +725,6 @@ class EntityManager implements ObjectManager
|
||||||
throw new \InvalidArgumentException("Invalid argument: " . $conn);
|
throw new \InvalidArgumentException("Invalid argument: " . $conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new self($conn, $config, $conn->getEventManager());
|
return new EntityManager($conn, $config, $conn->getEventManager());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue