mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 13:06:13 +00:00
21 lines
506 B
YAML
21 lines
506 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\ThirdPartyBundle\Serializer\Normalizer\:
|
|
resource: '../Serializer/Normalizer/'
|
|
tags:
|
|
- { name: 'serializer.normalizer', priority: 64 }
|
|
|
|
Chill\ThirdPartyBundle\Export\:
|
|
resource: '../Export/'
|
|
|
|
Chill\ThirdPartyBundle\Validator\:
|
|
autoconfigure: true
|
|
autowire: true
|
|
resource: '../Validator/'
|
|
|
|
Chill\ThirdPartyBundle\Service\ThirdpartyMergeService: ~
|
|
|