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 8a88478 commit 1f87e0cCopy full SHA for 1f87e0c
components/property_info.rst
@@ -455,7 +455,7 @@ with the ``property_info`` service in the Symfony Framework.
455
'driver' => 'pdo_sqlite',
456
// ...
457
], $config);
458
- $doctrineExtractor = new DoctrineExtractor($entityManager->getMetadataFactory());
+ $doctrineExtractor = new DoctrineExtractor($entityManager);
459
460
// List information.
461
$doctrineExtractor->getProperties($class);
0 commit comments