diff --git a/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php b/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php index 3c99d3538..a2a1fb0c7 100644 --- a/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php +++ b/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php @@ -44,6 +44,9 @@ abstract class AbstractHydrator /** @var EntityManager The EntityManager instance. */ protected $_em; + /** @var AbstractPlatform The dbms Platform instance */ + protected $_platform; + /** @var UnitOfWork The UnitOfWork of the associated EntityManager. */ protected $_uow;