Example #1
0
 public static function order($by, $direction = 'ASC')
 {
     return Collection::_order(get_called_class(), $by, $direction);
 }