修改wechat commands 注入方式

This commit is contained in:
JaguarJack
2020-07-02 14:01:47 +08:00
parent 26e26b60a7
commit e51cbc6850
3 changed files with 54 additions and 62 deletions

View File

@@ -8,14 +8,11 @@
* @copyright By CatchAdmin
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
*/
namespace catcher\command\publish;
namespace catchAdmin\wechat\command;
use think\console\Command;
use think\console\Input;
use think\console\input\Argument;
use think\console\input\Option;
use think\console\Output;
use catcher\CatchAdmin;
class WechatCommand extends Command
{