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.
2 parents 87d4a04 + c82212a commit 716de23Copy full SHA for 716de23
app/code/Magento/Security/etc/adminhtml/di.xml
@@ -24,7 +24,7 @@
24
<arguments>
25
<argument name="securityCheckers" xsi:type="array">
26
<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>
+ <item name="quantity" xsi:type="object">Magento\Security\Model\SecurityChecker\Quantity</item>
28
</argument>
29
</arguments>
30
</type>
0 commit comments