Skip to content

Commit 0452d17

Browse files
author
Oleksii Korshenko
authored
MAGETWO-81992: Unable to manage (install/uninstall) cron via bin/magento cron:install / cron:remove with multiple installations against same crontab #11360
2 parents 0f1c2f1 + 2f51f42 commit 0452d17

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cron/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</argument>
4444
</arguments>
4545
</type>
46-
<type name="Magento\Framework\Crontab\CrontabManager">
46+
<type name="Magento\Framework\Crontab\CrontabManagerInterface">
4747
<arguments>
4848
<argument name="shell" xsi:type="object">Magento\Framework\App\Shell</argument>
4949
</arguments>

0 commit comments

Comments
 (0)