• File: Upgrade186.php
  • Full Path: /home/matthif/www/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade186.php
  • Date Modified: 02/16/2024 11:45 AM
  • File size: 395 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPForms\Migrations;

use 
WPForms\Tasks\Actions\DomainAutoRegistrationTask;

/**
 * Class upgrade for 1.8.6 release.
 *
 * @since 1.8.6
 *
 * @noinspection PhpUnused
 */
class Upgrade186 extends UpgradeBase {

    
/**
     * Run upgrade.
     *
     * @since 1.8.6
     *
     * @return bool|null
     */
    
public function run() {

        return 
$this->run_asyncDomainAutoRegistrationTask::class );
    }
}