Skip to content

Commit 4c1e581

Browse files
hkreuterclaude
andcommitted
Remove deprecated aliases from Customer services.yaml
The PHP code already uses interfaces, so the aliases for concrete classes are no longer needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 42464ce commit 4c1e581

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/Customer/Infrastructure/services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ services:
1616
OxidEsales\GraphQL\Storefront\Customer\Infrastructure\RepositoryInterface:
1717
class: OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository
1818
public: true
19-
20-
# deprecated
21-
OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository: '@OxidEsales\GraphQL\Storefront\Customer\Infrastructure\RepositoryInterface'

src/Customer/Service/services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ services:
99
arguments:
1010
TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface: '@OxidEsales\GraphQL\Base\Service\Authorization'
1111

12-
# deprecated
13-
OxidEsales\GraphQL\Storefront\Customer\Service\Customer: '@OxidEsales\GraphQL\Storefront\Customer\Service\CustomerInterface'
14-
1512
OxidEsales\GraphQL\Storefront\Customer\Service\CustomerRegisterInput:
1613
public: true
1714

0 commit comments

Comments
 (0)