修正Console

This commit is contained in:
thinkphp
2016-06-09 10:45:19 +08:00
parent 3c57c610dc
commit 399e7b4573
3 changed files with 12 additions and 12 deletions

View File

@@ -12,8 +12,8 @@
namespace think\console\helper;
use think\console\Output;
use think\Process as ThinkProcess;
use think\process\Builder as ProcessBuilder;
use think\process as ThinkProcess;
use think\process\exception\Failed as ProcessFailedException;
class Process extends Helper
@@ -115,4 +115,4 @@ class Process extends Helper
{
return 'process';
}
}
}