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 55
55
</service >
56
56
57
57
<!-- CoreExtension -->
58
+ <service id =" form.property_accessor" alias =" property_accessor" public =" false" />
59
+
58
60
<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" />
60
62
<tag name =" form.type" alias =" form" />
61
63
</service >
62
64
<service id =" form.type.birthday" class =" Symfony\Component\Form\Extension\Core\Type\BirthdayType" >
Original file line number Diff line number Diff line change 17
17
<argument type =" collection" />
18
18
</service >
19
19
20
+ <service id =" serializer.property_accessor" alias =" property_accessor" public =" false" />
21
+
20
22
<!-- Normalizer -->
21
23
<service id =" serializer.normalizer.object" class =" Symfony\Component\Serializer\Normalizer\ObjectNormalizer" public =" false" >
22
24
<argument type =" service" id =" serializer.mapping.class_metadata_factory" />
25
+ <argument >null</argument >
26
+ <argument type =" service" id =" serializer.property_accessor" />
23
27
24
28
<!-- Run after all custom serializers -->
25
29
<tag name =" serializer.normalizer" priority =" -1000" />
You can’t perform that action at this time.
0 commit comments