mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
291 B
YAML
12 lines
291 B
YAML
---
|
|
services:
|
|
|
|
# note: the autowiring for serializers and normalizers is declared
|
|
# into ../services.yaml
|
|
|
|
Chill\MainBundle\Serializer\Normalizer\DoctrineExistingEntityNormalizer:
|
|
autowire: true
|
|
tags:
|
|
- { name: 'serializer.normalizer', priority: 8 }
|
|
|