Skip to content

Commit b421657

Browse files
committed
436-usermodule-authadapter-authadapterservice
1 parent ea5878b commit b421657

File tree

4 files changed

+259
-326
lines changed

4 files changed

+259
-326
lines changed

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
'service_manager' => [
113113
'factories' => [
114114
AuthenticationService::class => Service\Factory\AuthenticationServiceFactory::class,
115-
Service\AuthAdapter::class => Service\Factory\AuthAdapterFactory::class,
115+
"ProspectOne\UserModule\Service\AuthAdapter" => AuthAdapterServiceFactory::class,
116116
Service\AuthManager::class => Service\Factory\AuthManagerFactory::class,
117117
Service\UserManager::class => Service\Factory\UserManagerFactory::class,
118118
AuthAdapterService::class => AuthAdapterServiceFactory::class,

src/Service/AuthAdapter.php

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)