Skip to content

Commit ce1bfb0

Browse files
authored
Merge pull request #648 from kevin2244/patch-1
Update AbstractDoctrineServiceFactory.php
2 parents c3d9cb1 + 38ba541 commit ce1bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DoctrineModule/ServiceFactory/AbstractDoctrineServiceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function getFactoryMapping(ContainerInterface $serviceLocator, $name)
7979
return false;
8080
}
8181

82-
$config = $serviceLocator->get('Config');
82+
$config = $serviceLocator->get('config');
8383
$mappingType = $matches['mappingType'];
8484
$serviceType = $matches['serviceType'];
8585
$serviceName = $matches['serviceName'];

0 commit comments

Comments
 (0)