Skip to content

Commit

Permalink
OXDEV-7659 Add a check of base module availability
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Dec 6, 2023
1 parent eff9882 commit be63f37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ services:
class: OxidEsales\GraphQL\ConfigurationAccess\Shared\Service\PermissionProvider
tags: [ 'graphql_permission_provider' ]

OxidEsales\GraphQL\ConfigurationAccess\Shared\Service\Authorization:
class: OxidEsales\GraphQL\ConfigurationAccess\Shared\Service\Authorization
OxidEsales\GraphQL\ConfigurationAccess\DependencyCheckTrigger:
alias: OxidEsales\GraphQL\Base\Framework\GraphQLQueryHandler
public: true

OxidEsales\GraphQL\ConfigurationAccess\Shared\Subscriber\BeforeModuleDeactivation:
class: OxidEsales\GraphQL\ConfigurationAccess\Shared\Subscriber\BeforeModuleDeactivation
Expand Down

0 comments on commit be63f37

Please sign in to comment.