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 dc681cd commit d02fb1fCopy full SHA for d02fb1f
config/module.config.php
@@ -84,7 +84,6 @@
84
],
85
'factories' => [
86
Adapter\PdoAdapter::class => Factory\PdoAdapterFactory::class,
87
- Adapter\IbmDb2Adapter::class => Factory\IbmDb2AdapterFactory::class,
88
Adapter\MongoAdapter::class => Factory\MongoAdapterFactory::class,
89
Provider\UserId\AuthenticationService::class => Provider\UserId\AuthenticationServiceFactory::class,
90
'Laminas\ApiTools\OAuth2\Service\OAuth2Server' => Factory\OAuth2ServerFactory::class
0 commit comments