Example #1
0
 /**
  * @param $column
  * @param $value
  * @return $this
  */
 public function orLike($column, $value)
 {
     $this->query->orLike($column, $value);
     return $this;
 }