Skip to content

Commit 0229d0d

Browse files
committed
bump
1 parent 2d34fee commit 0229d0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Doctrine/Orm/Tests/AppKernel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
9494

9595
$c->prependExtensionConfig('framework', $config);
9696
$c->prependExtensionConfig('doctrine', [
97-
'orm' => [
98-
$ormConfig,
99-
],
97+
'orm' => $ormConfig,
10098
]);
10199

102100
$loader->load(__DIR__.'/config.yml');

0 commit comments

Comments
 (0)