File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5555 </service >
5656
5757 <!-- CoreExtension -->
58+ <service id =" form.property_accessor" alias =" property_accessor" public =" false" />
59+
5860 <service id =" form.type.form" class =" Symfony\Component\Form\Extension\Core\Type\FormType" >
59- <argument type =" service" id =" property_accessor" />
61+ <argument type =" service" id =" form. property_accessor" />
6062 <tag name =" form.type" alias =" form" />
6163 </service >
6264 <service id =" form.type.birthday" class =" Symfony\Component\Form\Extension\Core\Type\BirthdayType" >
Original file line number Diff line number Diff line change 1717 <argument type =" collection" />
1818 </service >
1919
20+ <service id =" serializer.property_accessor" alias =" property_accessor" public =" false" />
21+
2022 <!-- Normalizer -->
2123 <service id =" serializer.normalizer.object" class =" Symfony\Component\Serializer\Normalizer\ObjectNormalizer" public =" false" >
2224 <argument type =" service" id =" serializer.mapping.class_metadata_factory" />
25+ <argument >null</argument >
26+ <argument type =" service" id =" serializer.property_accessor" />
2327
2428 <!-- Run after all custom serializers -->
2529 <tag name =" serializer.normalizer" priority =" -1000" />
You can’t perform that action at this time.
0 commit comments