Browse Source

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

Karson 7 years ago
parent
commit
57a62b94a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/admin/command/Addon.php

+ 1 - 0
application/admin/command/Addon.php

@@ -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