Serializer made for privateComment

This commit is contained in:
2022-04-27 11:50:32 +02:00
parent 3ed2b36057
commit 27ce146aa0
2 changed files with 59 additions and 0 deletions

View File

@@ -10,4 +10,7 @@ services:
Chill\MainBundle\Serializer\Normalizer\DoctrineExistingEntityNormalizer:
tags:
- { name: 'serializer.normalizer', priority: 8 }
Chill\MainBundle\Serializer\Normalizer\PrivateCommentEmbeddableNormalizer:
autowire: true
autoconfigure: true