修改useGlobalScope方法返回值错误问题

This commit is contained in:
yinggaozhen
2017-08-02 20:18:16 +08:00
committed by ThinkPHP
parent 4b9db8a664
commit 1d943668fe

View File

@@ -1669,7 +1669,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
* 设置是否使用全局查询范围
* @param bool $use 是否启用全局查询范围
* @access public
* @return Model
* @return Query
*/
public static function useGlobalScope($use)
{