diff --git a/mailpoet/tests/integration/REST/Automation/Workflows/WorkflowsDuplicateEndpointTest.php b/mailpoet/tests/integration/REST/Automation/Workflows/WorkflowsDuplicateEndpointTest.php index c04c3f263e..a472683723 100644 --- a/mailpoet/tests/integration/REST/Automation/Workflows/WorkflowsDuplicateEndpointTest.php +++ b/mailpoet/tests/integration/REST/Automation/Workflows/WorkflowsDuplicateEndpointTest.php @@ -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';