mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
注释修正
This commit is contained in:
@@ -813,7 +813,6 @@ class Model {
|
||||
}else{
|
||||
$this->options['where'] = $where;
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -932,7 +931,7 @@ class Model {
|
||||
/**
|
||||
* 指定参数绑定
|
||||
* @access public
|
||||
* @param string $filter 指定过滤方法
|
||||
* @param array $bind 指定参数绑定
|
||||
* @return Model
|
||||
*/
|
||||
public function bind($bind){
|
||||
|
||||
Reference in New Issue
Block a user