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