Your IP : 216.73.216.220


Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/CronSchedule/etc/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/CronSchedule/etc/di.xml

<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Cron Schedule for Magento 2 (System)
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="Amasty\CronSchedule\Api\ScheduleRepositoryInterface" type="Amasty\CronSchedule\Model\Schedule\Repository"/>
    <preference for="Amasty\CronSchedule\Api\Data\ScheduleInterface" type="Amasty\CronSchedule\Model\Schedule\Schedule"/>

    <type name="Magento\Cron\Model\ConfigInterface">
        <plugin name="Amasty_CronSchedule::addJobs" type="Amasty\CronSchedule\Plugin\Cron\Model\ConfigPlugin" />
    </type>
</config>