* [story#60673,0.5h] add addWhereGroup.
This commit is contained in:
@@ -616,9 +616,9 @@ class pivotState
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function addWhereGroup($items = array())
|
||||
public function addWhereGroup($group)
|
||||
{
|
||||
$this->sqlBuilder['wheres'][] = $items;
|
||||
$this->sqlBuilder['wheres'][] = $group;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user