Skip to content

Commit

Permalink
Merge pull request #38 from bookboon/hotfix/datetime-normalizer-argum…
Browse files Browse the repository at this point in the history
…ents

fix: datetimenormalizer needs args
  • Loading branch information
lkm authored Jul 12, 2022
2 parents caaf895 + 3ec0ad9 commit ea3659f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
- serializer.encoder

Bookboon\JsonLDClient\Serializer\NullableDateTimeNormalizer:
arguments:
- '@serializer.normalizer.datetime'
tags:
- serializer.normalizer

Expand Down

0 comments on commit ea3659f

Please sign in to comment.