Your IP : 216.73.216.95


Current Path : /var/www/html/newsite/wp-content/plugins/mailpoet/lib/Migrator/
Upload File :
Current File : /var/www/html/newsite/wp-content/plugins/mailpoet/lib/Migrator/MigrationTemplate.php

<?php declare(strict_types = 1);

namespace MailPoet\Migrations;

if (!defined('ABSPATH')) exit;


use MailPoet\Migrator\Migration;

class MigrationTemplate extends Migration {
  public function run(): void {
    /*
     * TODO: Implement the migration logic here and remove this comment.
     *
     * You can use:
     *   $this->connection      For SQL queries using Doctrine DBAL.
     *   $this->entityManager   For operations using Doctrine Entity Manager.
     *   $this->container       For accessing any needed service.
     */
  }
}