Commit 3de0d1af by Taylor Otwell

Make the query where_nested method public.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
parent b755903d
...@@ -393,7 +393,7 @@ class Query { ...@@ -393,7 +393,7 @@ class Query {
* @param string $connector * @param string $connector
* @return Query * @return Query
*/ */
protected function where_nested($callback, $connector) public function where_nested($callback, $connector = 'AND')
{ {
$type = 'where_nested'; $type = 'where_nested';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment