Skip to content

Commit 82f6a01

Browse files
AC-5969::AlertProcessor - Argument #2 () must be of type int, string given
1 parent 995a05c commit 82f6a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductAlert/etc/crontab.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
99
<group id="default">
10-
<job name="catalog_product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
10+
<job name="product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
1111
<config_path>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</config_path>
1212
</job>
1313
</group>

0 commit comments

Comments
 (0)