Skip to content

Commit

Permalink
Explicitly configure logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Oct 22, 2021
1 parent 8922b0d commit 9057180
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Resources/config/services/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ services:
- method: setLogger
arguments:
- '@logger'

EzSystems\EzPlatformGraphQL\Schema\Domain\Content\ContentDomainIterator:
calls:
- method: setLogger
arguments:
- '@logger'

0 comments on commit 9057180

Please sign in to comment.