Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored and github-actions[bot] committed Nov 12, 2024
1 parent 479077b commit 3f3ef73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/Support/FieldUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ public function updateFieldConfig(array $config): void
{
if ($prefix = $this->field->prefix()) {
$this->updatePrefixedField($prefix, $config);

return;
}

if ($importedField = $this->getImportedField()) {
$this->updateImportedField($importedField, $config);

return;
}

Expand Down
3 changes: 1 addition & 2 deletions src/Transformers/BardTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

namespace Statamic\Importer\Transformers;

use Facades\Statamic\Importer\Support\FieldUpdater;
use Statamic\Facades\AssetContainer;
use Statamic\Facades\Fieldset;
use Statamic\Fields\Field;
use Statamic\Fieldtypes\Bard\Augmentor as BardAugmentor;
use Facades\Statamic\Importer\Support\FieldUpdater;
use Statamic\Importer\WordPress\Gutenberg;
use Statamic\Support\Str;

Expand Down
2 changes: 0 additions & 2 deletions src/WordPress/Gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

use Facades\Statamic\Importer\Support\FieldUpdater;
use Statamic\Facades\AssetContainer;
use Statamic\Facades\Blink;
use Statamic\Facades\Blueprint as BlueprintFacade;
use Statamic\Facades\Fieldset;
use Statamic\Fields\Blueprint;
use Statamic\Fields\Field;
use Statamic\Fieldtypes\Bard\Augmentor as BardAugmentor;
Expand Down

0 comments on commit 3f3ef73

Please sign in to comment.