From 3980169e6b8dd57542f69e96d47b450e279e4e45 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 5 Nov 2024 21:40:04 -0800 Subject: [PATCH] Fixed error when running Craft Solo --- src/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command.php b/src/Command.php index d458829..ee0bc72 100644 --- a/src/Command.php +++ b/src/Command.php @@ -259,8 +259,8 @@ public function actionImport(): int ]); $this->captureApiInfo(); - $this->editionCheck(); $this->loadImporters(); + $this->editionCheck(); $this->loadBlockTransformers(); $this->loadAcfAdapters();