Your IP : 18.216.44.143


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/mailpoet/lib/Automation/Engine/
Upload File :
Current File : //home/sudancam/public_html3/games/wp-content/plugins/mailpoet/lib/Automation/Engine/Integration.php

<?php declare(strict_types = 1);

namespace MailPoet\Automation\Engine;

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


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