1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

fix whitespace

This commit is contained in:
Torsten Dittmann 2021-07-02 11:10:46 +02:00
parent 7a86109dd9
commit b4dd30dfba

View file

@ -15,8 +15,6 @@ $cli
->task('migrate')
->param('version', APP_VERSION_STABLE, new Text(8), 'Version to migrate to.', true)
->action(function ($version) use ($register) {
if (!array_key_exists($version, Migration::$versions)) {
Console::error("Version {$version} not found.");
Console::exit(1);