作者 Karson

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

@@ -8,6 +8,7 @@ use think\console\Command; @@ -8,6 +8,7 @@ use think\console\Command;
8 use think\console\Input; 8 use think\console\Input;
9 use think\console\input\Option; 9 use think\console\input\Option;
10 use think\console\Output; 10 use think\console\Output;
  11 +use think\Db;
11 use think\Exception; 12 use think\Exception;
12 13
13 class Addon extends Command 14 class Addon extends Command