Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update services.yaml #66

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update services.yaml
  • Loading branch information
liquetsoft authored Oct 13, 2024
commit 458ad4679fde9d007d8867d01e0d0c49ba383450
4 changes: 2 additions & 2 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
@@ -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' }

Loading