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