Skip to content

Commit c82212a

Browse files
ENGCOM-994: [Forwardport] Fix typo in securityCheckers array #14212
- Merge Pull Request #14212 from AlexWorking/magento2:2.3-develop-PR-port-13897 - Merged commits: 1. 7c51752
2 parents 447a24d + 7c51752 commit c82212a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Security/etc/adminhtml

1 file changed

+1
-1
lines changed

app/code/Magento/Security/etc/adminhtml/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<arguments>
2525
<argument name="securityCheckers" xsi:type="array">
2626
<item name="frequency" xsi:type="object">Magento\Security\Model\SecurityChecker\Frequency</item>
27-
<item name="wuantity" xsi:type="object">Magento\Security\Model\SecurityChecker\Quantity</item>
27+
<item name="quantity" xsi:type="object">Magento\Security\Model\SecurityChecker\Quantity</item>
2828
</argument>
2929
</arguments>
3030
</type>

0 commit comments

Comments
 (0)