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 a8c4f4c + 161a5dc commit 24be501Copy full SHA for 24be501
src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
@@ -192,7 +192,7 @@ public function register(\Pimple $app)
192
return $app[$cacheInstanceKey];
193
}
194
195
- return $app[$cacheInstanceKey] = $app['orm.cache.factory']($driver, $options);
+ return $app[$cacheInstanceKey] = $app['orm.cache.factory']($driver, $options[$cacheNameKey]);
196
});
197
198
$app['orm.cache.factory.backing_memcache'] = $app->protect(function() {
0 commit comments