mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
collection助手函数返回think\Collection对象
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
//-------------------------
|
||||
|
||||
use think\Cache;
|
||||
use think\Collection;
|
||||
use think\Config;
|
||||
use think\Cookie;
|
||||
use think\Db;
|
||||
@@ -23,7 +24,6 @@ use think\exception\HttpResponseException;
|
||||
use think\Lang;
|
||||
use think\Loader;
|
||||
use think\Log;
|
||||
use think\model\Collection;
|
||||
use think\Request;
|
||||
use think\Response;
|
||||
use think\Session;
|
||||
|
||||
Reference in New Issue
Block a user