Commit 926f7406 authored by ricardoaponte's avatar ricardoaponte

Forgot to update the compileWhereNotIn also

parent 4308f6ca
......@@ -894,7 +894,7 @@ class Builder extends QueryBuilder {
{
extract($where);
return array($column => array('$nin' => $values));
return array($column => array('$nin' => array_values($values)));
}
protected function compileWhereNull($where)
......
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