1
0
mirror of synced 2025-01-31 04:21:44 +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());
}
}