Beispiel #1
0
 public function OrderByDeadline()
 {
     $contestDeadline = Contest::get()->sort('Deadline ASC');
     return $contestDeadline;
 }