8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cf6a1 commit fced167Copy full SHA for fced167
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml
@@ -19,6 +19,7 @@
19
<service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info" />
20
<service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info" />
21
<service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info" />
22
+ <service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info" />
23
24
<!-- Extractor -->
25
<service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
0 commit comments