Skip to content

Commit

Permalink
Update services.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieg authored Jun 11, 2024
1 parent 343d338 commit ea2bc38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Customer/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ services:
class: OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository
public: true

# deprecated
OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository: '@OxidEsales\GraphQL\Storefront\Customer\Infrastructure\RepositoryInterface'

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'

# deprecated
OxidEsales\GraphQL\Storefront\Customer\Service\Customer: '@OxidEsales\GraphQL\Storefront\Customer\Service\CustomerInterface'

OxidEsales\GraphQL\Storefront\Customer\Service\CustomerRegisterInput:
Expand Down

0 comments on commit ea2bc38

Please sign in to comment.