Rename namespace with defs for 3rd-party integrations to "Integration"

[MAILPOET-4659]
This commit is contained in:
Jan Jakes
2022-09-23 15:23:00 +02:00
committed by Jan Jakeš
parent 3773bc4985
commit a2948efc46
23 changed files with 35 additions and 35 deletions

View File

@ -7,10 +7,10 @@ use MailPoet\Automation\Engine\Data\Subject;
use MailPoet\Automation\Engine\Data\WorkflowRun;
use MailPoet\Automation\Engine\Exceptions;
use MailPoet\Automation\Engine\Hooks;
use MailPoet\Automation\Engine\Integration\Trigger;
use MailPoet\Automation\Engine\Storage\WorkflowRunStorage;
use MailPoet\Automation\Engine\Storage\WorkflowStorage;
use MailPoet\Automation\Engine\WordPress;
use MailPoet\Automation\Engine\Workflows\Trigger;
class TriggerHandler {
/** @var ActionScheduler */