Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3313be9 commit 6737e71Copy full SHA for 6737e71
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