Files
piratepoet/mailpoet/lib/Automation/Engine/Hooks.php
Jan Jakes 55a25427fc Add initialize hook to register automation integrations
Those need to be registered after Automation engine is initialized.

[MAILPOET-4136]
2022-03-14 09:36:21 +01:00

8 lines
151 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Automation\Engine;
class Hooks {
public const INITIALIZE = 'mailpoet/automation/initialize';
}