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