Ejemplo n.º 1
0
 public function whereNotIn($key, $values)
 {
     $this->query->whereNotIn($key, $values);
     return $this->model;
 }