Skip to content

Commit

Permalink
Merge pull request #136 from Slamdunk/backport_133
Browse files Browse the repository at this point in the history
Add default value for typed_field_mapper
  • Loading branch information
Slamdunk authored Jul 12, 2024
2 parents 7aaf252 + f2cb797 commit 52eb316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigurationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ protected function getDefaultConfig(string $configKey): array
'filters' => [],
'custom_hydration_modes' => [],
'naming_strategy' => null,
'typed_field_mapper' => null,
'quote_strategy' => null,
'default_repository_class_name' => null,
'repository_factory' => null,
Expand Down

0 comments on commit 52eb316

Please sign in to comment.