Example #1
0
 public static function group($by)
 {
     return Collection::_group(get_called_class(), $by);
 }