This commit is contained in:
yunwuxin 2016-08-08 17:45:13 +08:00
parent 42a85fb930
commit 2384bbe03a

View File

@ -10,7 +10,7 @@
namespace think\migration\command;
use InvalidArgumentException;
use think\console\command\Command;
use think\console\Command;
use think\console\Input;
use think\console\input\Option as InputOption;
use think\console\Output;