We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0ff66 commit 48ba107Copy full SHA for 48ba107
src/apps/backoffice/backend/config/dependency-injection/Shared/application.yaml
@@ -7,7 +7,7 @@ services:
7
factory:
8
class: ../../../../../../Contexts/Shared/infrastructure/persistence/mongo/MongoClientFactory
9
method: 'createClient'
10
- arguments: ['mooc']
+ arguments: ['mooc']
11
12
Shared.QueryHandlersInformation:
13
class: ../../../../../../Contexts/Shared/infrastructure/QueryBus/QueryHandlersInformation
@@ -28,4 +28,3 @@ services:
28
Shared.EventBus.DomainEventJsonDeserializer:
29
class: ../../../../../../Contexts/Shared/infrastructure/EventBus/DomainEventJsonDeserializer
30
arguments: ['@Shared.EventBus.DomainEventMapping']
31
-
0 commit comments