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