Skip to content

Commit

Permalink
Declare $proxyFactory property in DocumentManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jan 21, 2014
1 parent a7dbf77 commit adbe099
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Doctrine/ODM/MongoDB/DocumentManager.php
Expand Up @@ -92,6 +92,13 @@ class DocumentManager implements ObjectManager
*/
private $hydratorFactory;

/**
* The Proxy factory instance.
*
* @var ProxyFactory
*/
private $proxyFactory;

/**
* SchemaManager instance
*
Expand Down

0 comments on commit adbe099

Please sign in to comment.