1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 04:33:04 +02:00

Drop the generate:migration command (#2686)

Core source code should contain things necessary for core to run. Development tooling like this belongs in external packages, like the upcoming Flarum CLI.
This commit is contained in:
Alexander Skvortsov
2021-03-16 12:41:07 -04:00
committed by GitHub
parent 1b5b143930
commit 233b97329c
7 changed files with 0 additions and 303 deletions

View File

@@ -12,7 +12,3 @@ disabled:
- phpdoc_order
- phpdoc_separation
- phpdoc_types
finder:
exclude:
- "stubs"