8000 Fix PropertyInfo extractor namespace in framework bundle · symfony/symfony@affa76d · GitHub
[go: up one dir, main page]

Skip to content
< 10000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit affa76d

Browse files
committed
Fix PropertyInfo extractor namespace in framework bundle
1 parent 1760838 commit affa76d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
</service>
1414

1515
<!-- Extractor -->
16-
<service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\ReflectionExtractor" public="false">
16+
<service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor
17+
\ReflectionExtractor" public="false">
1718
<tag name="property_info.list_extractor" priority="-1000" />
1819
<tag name="property_info.type_extractor" priority="-1000" />
1920
<tag name="property_info.access_extractor" priority="-1000" />

0 commit comments

Comments
 (0)
0