新增tools

This commit is contained in:
JaguarJack
2020-04-29 15:06:13 +08:00
parent 514bb6b520
commit 610f48b4ec
4 changed files with 26 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<?php
declare (strict_types = 1);
namespace catcher\command;
namespace catcher\command\Tools;
use catcher\CatchAdmin;
use think\console\Command;