From 1d943668feb63cf7f0066f394e011d6dcf2a622a Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9useGlobalScope=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E8=BF=94=E5=9B=9E=E5=80=BC=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index bc16a576..d0201a00 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -1669,7 +1669,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess * 设置是否使用全局查询范围 * @param bool $use 是否启用全局查询范围 * @access public - * @return Model + * @return Query */ public static function useGlobalScope($use) {