mirror of
https://github.com/flarum/framework.git
synced 2025-06-04 23:14:32 +08:00

Core migrations are under the Flarum\Migrations\Core namespace. Extension migrations must be under the Flarum\Migrations\{ExtensionName} namespace. closes #422