Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dd6e2f + dadd1ba commit cda20aaCopy full SHA for cda20aa
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml
@@ -12,6 +12,8 @@
12
<argument /> <!-- throwExceptionOnInvalidIndex, set by the extension -->
13
<argument type="service" id="cache.property_access" on-invalid="ignore" />
14
<argument /> <!-- throwExceptionOnInvalidPropertyPath, set by the extension -->
15
+ <argument /> <!-- propertyReadInfoExtractor -->
16
+ <argument /> <!-- propertyWriteInfoExtractor -->
17
</service>
18
<service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor" />
19
</services>
0 commit comments