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