Skip to content

Commit 735ebd5

Browse files
committed
fixing broken tests due to type index
1 parent 42115ab commit 735ebd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function register(\Pimple $app)
4747
$app['orm.em.default_options'] = array(
4848
'connection' => 'default',
4949
'mappings' => array(),
50+
'types' => array()
5051
);
5152

5253
$app['orm.ems.options.initializer'] = $app->protect(function () use ($app) {

0 commit comments

Comments
 (0)