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.
1 parent 42115ab commit 735ebd5Copy full SHA for 735ebd5
src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
@@ -47,6 +47,7 @@ public function register(\Pimple $app)
47
$app['orm.em.default_options'] = array(
48
'connection' => 'default',
49
'mappings' => array(),
50
+ 'types' => array()
51
);
52
53
$app['orm.ems.options.initializer'] = $app->protect(function () use ($app) {
0 commit comments