Skip to content

Commit

Permalink
Merge branch 'fix/updating-bard-configs-in-fieldsets' of github.com:s…
Browse files Browse the repository at this point in the history
…tatamic/importer into fix/updating-bard-configs-in-fieldsets
  • Loading branch information
duncanmcclean committed Nov 12, 2024
2 parents 58dd249 + 3f3ef73 commit 60883a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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 60883a4

Please sign in to comment.