mirror of
https://github.com/flarum/core.git
synced 2025-05-04 22:55:33 +02:00
Core migrations are under the Flarum\Migrations\Core namespace. Extension migrations must be under the Flarum\Migrations\{ExtensionName} namespace. closes #422