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();