规范代码

This commit is contained in:
thinkphp
2016-12-24 21:44:12 +08:00
parent 43b364e286
commit 18f8ee155d
5 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ use think\exception\DbException;
/**
* PDO参数绑定异常
*/
class BindParamException extends DbException
class BindParamException extends DbException
{
/**