Skip to content

Commit

Permalink
Update services.yaml (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquetsoft authored Oct 13, 2024
1 parent c1b35e7 commit 593677c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ services:
- { name: 'serializer.normalizer' }

liquetsoft_fias.serializer.unpacker_file_denormalizer:
class: Liquetsoft\Fias\Symfony\LiquetsoftFiasBundle\Serializer\FiasUnpackerFileDenormalizer
class: Liquetsoft\Fias\Component\Serializer\FiasUnpackerFileDenormalizer
tags:
- { name: 'serializer.normalizer' }

liquetsoft_fias.serializer.unpacker_file_normalizer:
class: Liquetsoft\Fias\Symfony\LiquetsoftFiasBundle\Serializer\FiasUnpackerFileNormalizer
class: Liquetsoft\Fias\Component\Serializer\FiasUnpackerFileNormalizer
tags:
- { name: 'serializer.normalizer' }

Expand Down

0 comments on commit 593677c

Please sign in to comment.