File "DryRun_LogMigrator.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php
File size: 208 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Action_Scheduler\Migration;
if (!defined('ABSPATH')) exit;
class DryRun_LogMigrator extends LogMigrator {
 public function migrate( $source_action_id, $destination_action_id ) {
 // no-op
 }
}