1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Revert "Merge branch 'DDC-884'"

This reverts commit 3eea19dcfa, reversing
changes made to b13c29944b.
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());
}
}