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 ef13875 commit e491668Copy full SHA for e491668
src/Installer.php
@@ -15,7 +15,7 @@
15
16
namespace CustomerManagementFrameworkBundle;
17
18
-use CustomerManagementFrameworkBundle\Migrations\PimcoreX\Version20210305134111;
+use CustomerManagementFrameworkBundle\Migrations\PimcoreX\Version20221229215900;
19
use Pimcore\Db;
20
use Pimcore\Extension\Bundle\Installer\SettingsStoreAwareInstaller;
21
use Pimcore\Logger;
@@ -317,6 +317,6 @@ public function installDependentBundles(): void
317
318
public function getLastMigrationVersionClassName(): ?string
319
{
320
- return Version20210305134111::class;
+ return Version20221229215900::class;
321
}
322
0 commit comments