Skip to content

Commit 48ba107

Browse files
committed
Fix yaml indentation
1 parent 5b0ff66 commit 48ba107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/apps/backoffice/backend/config/dependency-injection/Shared/application.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
factory:
88
class: ../../../../../../Contexts/Shared/infrastructure/persistence/mongo/MongoClientFactory
99
method: 'createClient'
10-
arguments: ['mooc']
10+
arguments: ['mooc']
1111

1212
Shared.QueryHandlersInformation:
1313
class: ../../../../../../Contexts/Shared/infrastructure/QueryBus/QueryHandlersInformation
@@ -28,4 +28,3 @@ services:
2828
Shared.EventBus.DomainEventJsonDeserializer:
2929
class: ../../../../../../Contexts/Shared/infrastructure/EventBus/DomainEventJsonDeserializer
3030
arguments: ['@Shared.EventBus.DomainEventMapping']
31-

0 commit comments

Comments
 (0)