1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Revert "Merge branch 'DDC-884'"

This reverts commit 3eea19dcfa654f00398c6b2fe380bbae16af74aa, reversing
changes made to b13c29944bab4d49eb8b59f89d7a520ac1bea778.
This commit is contained in:
Benjamin Eberlei 2011-02-21 18:52:49 +01:00
parent 3eea19dcfa
commit afc9495b3f

View File

@ -725,6 +725,6 @@ class EntityManager implements ObjectManager
throw new \InvalidArgumentException("Invalid argument: " . $conn);
}
return new self($conn, $config, $conn->getEventManager());
return new EntityManager($conn, $config, $conn->getEventManager());
}
}