chilldocstore: add normalizer for StoredObject

This commit is contained in:
nobohan
2022-02-24 14:54:56 +01:00
parent 3f43574371
commit e035a6fd94
2 changed files with 57 additions and 0 deletions

View File

@@ -33,3 +33,10 @@ services:
resource: './../Workflow/'
autoconfigure: true
autowire: true
Chill\DocStoreBundle\Serializer\Normalizer\:
autowire: true
resource: '../Serializer/Normalizer/'
tags:
- { name: 'serializer.normalizer', priority: 128 }