完善Db::connect() 的 phpdoc 注释,增强代码提醒

This commit is contained in:
chunice
2016-07-28 23:24:09 +08:00
parent 98eb9f34b1
commit 21fced658a
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ namespace think;
use think\App;
use think\Collection;
use think\db\Query;
use think\paginator\Collection as PaginatorCollection;
/**
* Class Db