Make the query where_nested method public.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
b755903de6
commit
3de0d1af66
|
@ -393,7 +393,7 @@ public function or_where_not_null($column)
|
|||
* @param string $connector
|
||||
* @return Query
|
||||
*/
|
||||
protected function where_nested($callback, $connector)
|
||||
public function where_nested($callback, $connector = 'AND')
|
||||
{
|
||||
$type = 'where_nested';
|
||||
|
||||
|
|
Loading…
Reference in New Issue