示例#1
0
文件: Ranking.php 项目: neyko5/mtgslo
 public static function all($columns = array())
 {
     return Ranking::where("decklist", "<>", "")->get();
 }