We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea479 commit f1d5916Copy full SHA for f1d5916
src/SPC/ConsoleApplication.php
@@ -6,7 +6,6 @@
6
7
use SPC\command\BuildCliCommand;
8
use SPC\command\BuildLibsCommand;
9
-use SPC\command\DeployCommand;
10
use SPC\command\dev\AllExtCommand;
11
use SPC\command\dev\PhpVerCommand;
12
use SPC\command\dev\SortConfigCommand;
@@ -39,7 +38,6 @@ public function __construct()
39
38
[
40
new BuildCliCommand(),
41
new BuildLibsCommand(),
42
- new DeployCommand(),
43
new DoctorCommand(),
44
new DownloadCommand(),
45
new DumpLicenseCommand(),
src/SPC/command/DeployCommand.php
0 commit comments