Skip to content

Commit 52eb316

Browse files
authored
Merge pull request #136 from Slamdunk/backport_133
Add default value for typed_field_mapper
2 parents 7aaf252 + f2cb797 commit 52eb316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConfigurationFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ protected function getDefaultConfig(string $configKey): array
184184
'filters' => [],
185185
'custom_hydration_modes' => [],
186186
'naming_strategy' => null,
187+
'typed_field_mapper' => null,
187188
'quote_strategy' => null,
188189
'default_repository_class_name' => null,
189190
'repository_factory' => null,

0 commit comments

Comments
 (0)