Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6737e71

Browse files
committed
Add missing autowiring alias
1 parent 3313be9 commit 6737e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info" />
2020
<service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info" />
2121
<service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info" />
22+
<service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info" />
2223

2324
<!-- Extractor -->
2425
<service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">

0 commit comments

Comments
 (0)