1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00

Merge branch 'DDC-884'

This commit is contained in:
Guilherme Blanco 2011-02-21 00:51:00 -03:00
commit 3eea19dcfa

View file

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