Skip to content

Commit

Permalink
Merge pull request #17 from rekalogika:fix/removeoptionaldefinitionpass
Browse files Browse the repository at this point in the history
fix: Typo in `RemoveOptionalDefinitionPass`
  • Loading branch information
priyadi committed Feb 19, 2024
2 parents bccb5e6 + 548360d commit d1993e9
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 @@
## 1.1.0

* feat: `PresetTransformer`.
* fix: Typo in `RemoveOptionalDefinitionPass`

## 1.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function process(ContainerBuilder $container): void

if (!$container->hasDefinition('doctrine')) {
$container->removeDefinition('rekalogika.mapper.eager_properties_resolver.doctrine');
$container->removeDefinition('rekalogika.mapper.proxy_generator.doctrine');
$container->removeDefinition('rekalogika.mapper.proxy.generator.doctrine');
}
}
}

0 comments on commit d1993e9

Please sign in to comment.