address: remove serializer config (it is autowired)

This commit is contained in:
nobohan 2021-06-03 13:01:24 +02:00
parent f26fafb2f2
commit 43fb020272

View File

@ -9,8 +9,3 @@ services:
tags:
- { name: 'serializer.normalizer', priority: 8 }
Chill\MainBundle\Serializer\Normalizer\PointNormalizer:
autowire: true
tags:
- { name: 'serializer.normalizer', priority: 8 }