Skip to content

Commit

Permalink
Change visibility of newQuery().
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 16, 2012
1 parent 1318a87 commit a85644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Expand Up @@ -864,7 +864,7 @@ public function delete($id = null)
*
* @return Illuminate\Database\Query\Builder
*/
protected function newQuery()
public function newQuery()
{
return new Builder($this->connection, $this->grammar, $this->processor);
}
Expand Down

0 comments on commit a85644b

Please sign in to comment.