Skip to content

Commit 59a3085

Browse files
committed
[TASK] Use Core UpgradeWizardInterface
1 parent f8635b5 commit 59a3085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/Update/ContentBlockFolderStructureMigration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
namespace TYPO3\CMS\ContentBlocks\Update;
1919

2020
use Symfony\Component\Finder\Finder;
21+
use TYPO3\CMS\Core\Attribute\UpgradeWizard;
2122
use TYPO3\CMS\Core\Package\PackageManager;
22-
use TYPO3\CMS\Install\Attribute\UpgradeWizard;
23-
use TYPO3\CMS\Install\Updates\UpgradeWizardInterface;
23+
use TYPO3\CMS\Core\Upgrades\UpgradeWizardInterface;
2424

2525
#[UpgradeWizard('contentBlocksFolderStructureMigration')]
2626
readonly class ContentBlockFolderStructureMigration implements UpgradeWizardInterface

0 commit comments

Comments
 (0)