File "Integration.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/lib/Automation/Engine/Integration.php
File size: 186 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types = 1);

namespace MailPoet\Automation\Engine;

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


interface Integration {
  public function register(Registry $registry): void;
}