HEX
Server: LiteSpeed
System: Linux server019.our-control-panel.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: aashishs (1103)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/aashishs/animegrantha.com/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.
     */
  }
}