Commit cc59161b authored by jwage's avatar jwage

[2.0] Adding missing _platform property

parent ada2c5c5
...@@ -44,6 +44,9 @@ abstract class AbstractHydrator ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment