Skip to content

Commit 45e9ac5

Browse files
committed
Add an alias to the property info type extractor
1 parent be1b37f commit 45e9ac5

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<argument type="collection" />
1515
</service>
1616
<service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info" />
17+
<service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info" />
1718

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

0 commit comments

Comments
 (0)