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

@ -13,7 +13,7 @@ use MailPoet\Automation\Engine\Registry;
use MailPoet\Automation\Engine\Storage\WorkflowRunLogStorage;
use MailPoet\Automation\Engine\Storage\WorkflowRunStorage;
use MailPoet\Automation\Engine\Storage\WorkflowStorage;
use MailPoet\Automation\Engine\Workflows\Action;
use MailPoet\Automation\Engine\Integration\Action;
use MailPoet\Util\Security;
use MailPoet\Validator\Builder;
use MailPoet\Validator\Schema\ObjectSchema;