We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8635b5 commit 59a3085Copy full SHA for 59a3085
Classes/Update/ContentBlockFolderStructureMigration.php
@@ -18,9 +18,9 @@
18
namespace TYPO3\CMS\ContentBlocks\Update;
19
20
use Symfony\Component\Finder\Finder;
21
+use TYPO3\CMS\Core\Attribute\UpgradeWizard;
22
use TYPO3\CMS\Core\Package\PackageManager;
-use TYPO3\CMS\Install\Attribute\UpgradeWizard;
23
-use TYPO3\CMS\Install\Updates\UpgradeWizardInterface;
+use TYPO3\CMS\Core\Upgrades\UpgradeWizardInterface;
24
25
#[UpgradeWizard('contentBlocksFolderStructureMigration')]
26
readonly class ContentBlockFolderStructureMigration implements UpgradeWizardInterface
0 commit comments