Skip to content

Commit e491668

Browse files
authored
Update Version in Installer (#559)
1 parent ef13875 commit e491668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
namespace CustomerManagementFrameworkBundle;
1717

18-
use CustomerManagementFrameworkBundle\Migrations\PimcoreX\Version20210305134111;
18+
use CustomerManagementFrameworkBundle\Migrations\PimcoreX\Version20221229215900;
1919
use Pimcore\Db;
2020
use Pimcore\Extension\Bundle\Installer\SettingsStoreAwareInstaller;
2121
use Pimcore\Logger;
@@ -317,6 +317,6 @@ public function installDependentBundles(): void
317317

318318
public function getLastMigrationVersionClassName(): ?string
319319
{
320-
return Version20210305134111::class;
320+
return Version20221229215900::class;
321321
}
322322
}

0 commit comments

Comments
 (0)