Fix wrong import

[MAILPOET-4540]
This commit is contained in:
Jan Jakes
2022-10-17 09:46:13 +02:00
committed by David Remer
parent 0c9e445fea
commit 1747d9c1c9

View File

@@ -2,11 +2,11 @@
namespace MailPoet\REST\Automation\Workflows;
use DateTimeImmutable;
use MailPoet\Automation\Engine\Data\Step;
use MailPoet\Automation\Engine\Data\Workflow;
use MailPoet\Automation\Engine\Storage\WorkflowStorage;
use MailPoet\REST\Automation\AutomationTest;
use MailPoetVendor\Monolog\DateTimeImmutable;
require_once __DIR__ . '/../AutomationTest.php';