refactoring database layer.

This commit is contained in:
Taylor Otwell
2011-09-12 23:57:53 -05:00
parent ca8883d727
commit cd609d9b39

View File

@@ -165,9 +165,7 @@ class Query {
*/ */
public function reset_where() public function reset_where()
{ {
$this->wheres = array(); list($this->wheres, $this->bindings) = array(array(), array());
$this->bindings = array();
} }
/** /**