mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
295 B
YAML
12 lines
295 B
YAML
---
|
|
services:
|
|
# note: normalizers are loaded from ../services.yaml
|
|
|
|
Chill\PersonBundle\Serializer\Normalizer\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Serializer/Normalizer'
|
|
tags:
|
|
- { name: 'serializer.normalizer', priority: 64 }
|
|
|