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.
2 parents 96e64df + 81b1213 commit bb19e6bCopy full SHA for bb19e6b
src/Dflydev/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
@@ -117,7 +117,7 @@ public function register(Container $container)
117
$container['orm.ems.config'] = function ($container) {
118
$container['orm.ems.options.initializer']();
119
120
- $configs = new \Pimple();
+ $configs = new Container();
121
foreach ($container['orm.ems.options'] as $name => $options) {
122
$config = new Configuration;
123
0 commit comments