예제 #1
0
 public function orWhereNotIn($key, $values)
 {
     $this->query->orWhereNotIn($key, $values);
     return $this->model;
 }