优化打包命令

This commit is contained in:
JaguarJack 2020-04-30 15:24:16 +08:00
parent b86347a993
commit dd0ad744e6

View File

@ -4,6 +4,7 @@ declare (strict_types = 1);
namespace catcher\command\Tools; namespace catcher\command\Tools;
use catcher\library\Compress; use catcher\library\Compress;
use catcher\library\Http;
use think\console\Command; use think\console\Command;
use think\console\Input; use think\console\Input;
use think\console\input\Argument; use think\console\input\Argument;