Ejemplo n.º 1
0
 /**
  * Sets group clause, more calls rewrite old values.
  * @param  string
  * @param  string
  * @return Repository provides a fluent interface
  */
 public function group($columns, $having = '')
 {
     $this->selection->group($columns, $having);
     return $this;
 }