Example #1
0
 public function orWhereNot($key, $operator = null, $value = null)
 {
     $this->query->orWhereNot($key, $operator, $value);
     return $this->model;
 }