mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
Query类的options方法改为protected 不对外调用
This commit is contained in:
@@ -949,11 +949,11 @@ class Query
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询参数赋值
|
* 查询参数赋值
|
||||||
* @access public
|
* @access protected
|
||||||
* @param array $options 表达式参数
|
* @param array $options 表达式参数
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function options(array $options)
|
protected function options(array $options)
|
||||||
{
|
{
|
||||||
$this->options = $options;
|
$this->options = $options;
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Reference in New Issue
Block a user