fix serialization - deserialization

This commit is contained in:
2022-05-02 14:01:07 +02:00
parent c56a125a78
commit c629dd79cb
2 changed files with 12 additions and 8 deletions

View File

@@ -13,4 +13,6 @@ services:
Chill\MainBundle\Serializer\Normalizer\PrivateCommentEmbeddableNormalizer:
autowire: true
autoconfigure: true
tags:
- { name: 'serializer.normalizer', priority: 64 }