diff --git a/laravel/database/query.php b/laravel/database/query.php index 743de412..085e39f2 100644 --- a/laravel/database/query.php +++ b/laravel/database/query.php @@ -165,9 +165,7 @@ class Query { */ public function reset_where() { - $this->wheres = array(); - - $this->bindings = array(); + list($this->wheres, $this->bindings) = array(array(), array()); } /**