Skip to content

Commit

Permalink
Fix service definition for MapperFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 10, 2024
1 parent 86f5138 commit a3555e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.5.1

* Support Symfony 7
* Fix service definition for MapperFactory

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
->set('rekalogika.mapper.type_string_helper', TypeStringHelper::class)

->set('rekalogika.mapper.mapping_factory', MappingFactory::class)
->args([tagged_iterator('rekalogika.mapper.transformer')])
->args([tagged_iterator('rekalogika.mapper.transformer', 'key')])

->alias(MappingFactoryInterface::class, 'rekalogika.mapper.mapping_factory')

Expand Down

0 comments on commit a3555e5

Please sign in to comment.