Skip to content

Commit bb19e6b

Browse files
committed
Merge pull request #34 from andrewshell/patch-1
Use Pimple\Container instead of Pimple for $configs
2 parents 96e64df + 81b1213 commit bb19e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dflydev/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function register(Container $container)
117117
$container['orm.ems.config'] = function ($container) {
118118
$container['orm.ems.options.initializer']();
119119

120-
$configs = new \Pimple();
120+
$configs = new Container();
121121
foreach ($container['orm.ems.options'] as $name => $options) {
122122
$config = new Configuration;
123123

0 commit comments

Comments
 (0)