This migration here in coreshop 3.2.4 branch which supports pimcore X (not pimcore 11), relies on Pimcore's
StaticRouteBundle, which was first introduced in Pimcore 11.
Executing migrations up after upgrading to version 3.2.4 raises an error:
In Version20240211090209.php line 23:
Attempted to load class "Staticroute" from namespace "Pimcore\Bundle\StaticRoutesBundle\Model".
Did you forget a "use" statement for "Pimcore\Model\Staticroute"?
This migration here in coreshop 3.2.4 branch which supports pimcore X (not pimcore 11), relies on Pimcore's StaticRouteBundle, which was first introduced in Pimcore 11. Executing migrations up after upgrading to version 3.2.4 raises an error: