注释修正

This commit is contained in:
thinkphp
2016-06-17 17:09:32 +08:00
parent f91cb894c8
commit fddcbac7ae
2 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ use think\Config;
use think\Db;
use think\db\Builder;
use think\db\Connection;
use think\db\DbException;
use think\Exception;
use think\exception\DbException;
use think\exception\PDOException;
use think\db\exception\BindParamException;
use think\db\exception\ModelNotFoundException;