Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Removed IbmDb2 adapter #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
],
'factories' => [
Adapter\PdoAdapter::class => Factory\PdoAdapterFactory::class,
Adapter\IbmDb2Adapter::class => Factory\IbmDb2AdapterFactory::class,
Adapter\MongoAdapter::class => Factory\MongoAdapterFactory::class,
Provider\UserId\AuthenticationService::class => Provider\UserId\AuthenticationServiceFactory::class,
'ZF\OAuth2\Service\OAuth2Server' => Factory\OAuth2ServerFactory::class
Expand Down
216 changes: 0 additions & 216 deletions src/Adapter/IbmDb2Adapter.php

This file was deleted.

64 changes: 0 additions & 64 deletions src/Factory/IbmDb2AdapterFactory.php

This file was deleted.