We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436f046 commit c69044bCopy full SHA for c69044b
lib/Doctrine/ORM/Proxy/ProxyFactory.php
@@ -99,7 +99,7 @@ public function __construct(
99
$proxyGenerator->setPlaceholder('serializeImpl', $this->generateSerializeImpl(...));
100
$proxyGenerator->setProxyClassTemplate(self::PROXY_CLASS_TEMPLATE);
101
} else {
102
- $proxyGenerator->setPlaceholder('baseProxyInterface', CommonProxy::class);
+ $proxyGenerator->setPlaceholder('baseProxyInterface', CommonProxy::class . ', \\' . InternalProxy::class);
103
}
104
105
parent::__construct($proxyGenerator, $em->getMetadataFactory(), $autoGenerate);
0 commit comments