We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbfebb commit 9e3ab79Copy full SHA for 9e3ab79
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