remove unused old deploy command

This commit is contained in:
crazywhalecc
2023-09-13 21:33:12 +08:00
committed by Jerry Ma
parent b2ea479fac
commit f1d5916090
2 changed files with 0 additions and 168 deletions

View File

@@ -6,7 +6,6 @@ namespace SPC;
use SPC\command\BuildCliCommand;
use SPC\command\BuildLibsCommand;
use SPC\command\DeployCommand;
use SPC\command\dev\AllExtCommand;
use SPC\command\dev\PhpVerCommand;
use SPC\command\dev\SortConfigCommand;
@@ -39,7 +38,6 @@ final class ConsoleApplication extends Application
[
new BuildCliCommand(),
new BuildLibsCommand(),
new DeployCommand(),
new DoctorCommand(),
new DownloadCommand(),
new DumpLicenseCommand(),