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