Exemple #1
0
 public static function all($columns = array())
 {
     return Ranking::where("decklist", "<>", "")->get();
 }