From 7599d76864f4bb591eb21cf76460f8dc9c067a43 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 27 Apr 2016 17:05:04 +0800 Subject: [PATCH] =?UTF-8?q?Query=E7=B1=BB=E7=9A=84options=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E6=94=B9=E4=B8=BAprotected=20=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E5=A4=96=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index bd9ffec0..5c399d49 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -949,11 +949,11 @@ class Query /** * 查询参数赋值 - * @access public + * @access protected * @param array $options 表达式参数 * @return $this */ - public function options(array $options) + protected function options(array $options) { $this->options = $options; return $this;