Skip to content

Commit

Permalink
OXDEV-5736 Inject already preconfigured services for TheCodingMachine…
Browse files Browse the repository at this point in the history
… interface expectations

Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Jun 6, 2024
1 parent 5247768 commit 4db2edf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Customer/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,20 @@ services:
OxidEsales\GraphQL\Storefront\Customer\Service\CustomerInterface:
class: OxidEsales\GraphQL\Storefront\Customer\Service\Customer
public: true
arguments:
TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface: '@OxidEsales\GraphQL\Base\Service\Authorization'

OxidEsales\GraphQL\Storefront\Customer\Service\CustomerRegisterInput:
public: true

OxidEsales\GraphQL\Storefront\Customer\Service\PasswordInterface:
class: OxidEsales\GraphQL\Storefront\Customer\Service\Password
arguments:
TheCodingMachine\GraphQLite\Security\AuthenticationServiceInterface: '@OxidEsales\GraphQL\Base\Service\Authentication'

OxidEsales\GraphQL\Storefront\Customer\Service\RelationService:
public: true

TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface:
class: OxidEsales\GraphQL\Storefront\Shared\Service\Authorization

TheCodingMachine\GraphQLite\Security\AuthenticationServiceInterface:
class: OxidEsales\GraphQL\Base\Service\Authentication

OxidEsales\Storefront\Core\Registry:
class: OxidEsales\Eshop\Core\Registry
public: true

0 comments on commit 4db2edf

Please sign in to comment.