修复命令行新建插件的错误

pull/16/head
Karson 2017-08-31 13:55:59 +08:00
parent 7d45e67fdb
commit 57a62b94a7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ use think\console\Command;
use think\console\Input;
use think\console\input\Option;
use think\console\Output;
use think\Db;
use think\Exception;
class Addon extends Command