示例#1
0
 /**
  * @param   Closure $select
  *
  * @return  $this
  */
 public function orWhereNotExists(Closure $select)
 {
     $this->query->orWhereNotExists($select);
     return $this;
 }