[2.0] Adding missing _platform property
This commit is contained in:
parent
ada2c5c5a7
commit
cc59161bea
@ -44,6 +44,9 @@ abstract class AbstractHydrator
|
|||||||
/** @var EntityManager The EntityManager instance. */
|
/** @var EntityManager The EntityManager instance. */
|
||||||
protected $_em;
|
protected $_em;
|
||||||
|
|
||||||
|
/** @var AbstractPlatform The dbms Platform instance */
|
||||||
|
protected $_platform;
|
||||||
|
|
||||||
/** @var UnitOfWork The UnitOfWork of the associated EntityManager. */
|
/** @var UnitOfWork The UnitOfWork of the associated EntityManager. */
|
||||||
protected $_uow;
|
protected $_uow;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user