代码规范化

This commit is contained in:
thinkphp
2016-08-09 10:35:06 +08:00
parent 8b147f6895
commit 131aaf1357
18 changed files with 60 additions and 75 deletions

View File

@@ -11,9 +11,8 @@
namespace think\console\output\descriptor;
use think\console\Command;
use think\Console as ThinkConsole;
use think\console\Command;
class Console
{
@@ -147,4 +146,4 @@ class Console
return $namespacedCommands;
}
}
}