Skip to content

Commit

Permalink
Fixed error when running Craft Solo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 6, 2024
1 parent 0fb6a92 commit 3980169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ public function actionImport(): int
]);

$this->captureApiInfo();
$this->editionCheck();
$this->loadImporters();
$this->editionCheck();
$this->loadBlockTransformers();
$this->loadAcfAdapters();

Expand Down

0 comments on commit 3980169

Please sign in to comment.