Skip to content

Commit

Permalink
Merge pull request #523 from web-auth/deprecations/doctrine-xsd
Browse files Browse the repository at this point in the history
Enable XSD validation for Doctrine ORM 3.0 compat
  • Loading branch information
Spomky authored Nov 17, 2023
2 parents 8c5439d + e09b599 commit 58b0ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symfony/src/WebauthnBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private function registerMappings(ContainerBuilder $container): void
];
if (class_exists(DoctrineOrmMappingsPass::class)) {
$container->addCompilerPass(
DoctrineOrmMappingsPass::createXmlMappingDriver($mappings, []),
DoctrineOrmMappingsPass::createXmlMappingDriver($mappings, [], false, [], true),
PassConfig::TYPE_BEFORE_OPTIMIZATION,
0
);
Expand Down

0 comments on commit 58b0ae8

Please sign in to comment.