File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
->tag ('property_info.access_extractor ' , ['priority ' => -1000 ])
49
49
->tag ('property_info.initializable_extractor ' , ['priority ' => -1000 ])
50
50
51
+ ->alias (PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor ' )
52
+ ->alias (PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor ' )
53
+
51
54
->set ('property_info.constructor_extractor ' , ConstructorExtractor::class)
52
55
->args ([[]])
53
56
->tag ('property_info.type_extractor ' , ['priority ' => -999 ])
54
-
55
- ->alias (PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor ' )
56
- ->alias (PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor ' )
57
57
;
58
58
};
You can’t perform that action at this time.
0 commit comments