Skip to content

Commit f1d5916

Browse files
committed
remove unused old deploy command
1 parent b2ea479 commit f1d5916

File tree

2 files changed

+0
-168
lines changed

2 files changed

+0
-168
lines changed

src/SPC/ConsoleApplication.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use SPC\command\BuildCliCommand;
88
use SPC\command\BuildLibsCommand;
9-
use SPC\command\DeployCommand;
109
use SPC\command\dev\AllExtCommand;
1110
use SPC\command\dev\PhpVerCommand;
1211
use SPC\command\dev\SortConfigCommand;
@@ -39,7 +38,6 @@ public function __construct()
3938
[
4039
new BuildCliCommand(),
4140
new BuildLibsCommand(),
42-
new DeployCommand(),
4341
new DoctorCommand(),
4442
new DownloadCommand(),
4543
new DumpLicenseCommand(),

src/SPC/command/DeployCommand.php

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)