Skip to content

Commit 82346fc

Browse files
Merge pull request #192
Removed `operations:upgrade` console command
2 parents 3c2f4fd + ae8e641 commit 82346fc

File tree

4 files changed

+0
-211
lines changed

4 files changed

+0
-211
lines changed

src/Console/Upgrade.php

-18
This file was deleted.

src/Constants/Names.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ class Names
1414
public const Reset = 'operations:reset';
1515
public const Rollback = 'operations:rollback';
1616
public const Status = 'operations:status';
17-
public const Upgrade = 'operations:upgrade';
1817
}

src/Processors/Upgrade.php

-191
This file was deleted.

src/ServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ protected function registerCommands(): void
3939
Console\Reset::class,
4040
Console\Rollback::class,
4141
Console\Status::class,
42-
Console\Upgrade::class,
4342
]);
4443
}
4544

0 commit comments

Comments
 (0)