Skip to content

Commit c69044b

Browse files
committed
Implement InternalProxy as well
1 parent 436f046 commit c69044b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ORM/Proxy/ProxyFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function __construct(
9999
$proxyGenerator->setPlaceholder('serializeImpl', $this->generateSerializeImpl(...));
100100
$proxyGenerator->setProxyClassTemplate(self::PROXY_CLASS_TEMPLATE);
101101
} else {
102-
$proxyGenerator->setPlaceholder('baseProxyInterface', CommonProxy::class);
102+
$proxyGenerator->setPlaceholder('baseProxyInterface', CommonProxy::class . ', \\' . InternalProxy::class);
103103
}
104104

105105
parent::__construct($proxyGenerator, $em->getMetadataFactory(), $autoGenerate);

0 commit comments

Comments
 (0)