Skip to content

Commit

Permalink
implement getMetadataDriverClass()
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Sep 13, 2019
1 parent 6728ed9 commit f3f7d0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DependencyInjection/DoctrineExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,11 @@ public function getConfiguration(array $config, ContainerBuilder $container) : C
return new Configuration($container->getParameter('kernel.debug'));
}

protected function getMetadataDriverClass(string $driverType): string
{
return '%'.$this->getObjectManagerElementName('metadata.'.$driverType.'.class%');
}

private function loadMessengerServices(ContainerBuilder $container) : void
{
// If the Messenger component is installed and the doctrine transaction middleware is available, wire it:
Expand Down

0 comments on commit f3f7d0e

Please sign in to comment.