mirror of https://gitee.com/karson/fastadmin.git
修复命令行新建插件的错误
parent
7d45e67fdb
commit
57a62b94a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue