规范修正

This commit is contained in:
thinkphp
2015-10-04 22:32:55 +08:00
parent 27e724bb3c
commit 3b21161c0a
9 changed files with 18 additions and 17 deletions

View File

@@ -13,8 +13,8 @@ namespace think\db\driver;
use think\db\Driver;
use think\Exception;
use think\Lang as Lang;
use think\Log as Log;
use think\Lang;
use think\Log;
/**
* Mongo数据库驱动