refactoring database layer.

This commit is contained in:
Taylor Otwell 2011-09-12 23:57:53 -05:00
parent ca8883d727
commit cd609d9b39
1 changed files with 1 additions and 3 deletions

View File

@ -165,9 +165,7 @@ public function left_join($table, $column1, $operator, $column2)
*/
public function reset_where()
{
$this->wheres = array();
$this->bindings = array();
list($this->wheres, $this->bindings) = array(array(), array());
}
/**