Пример #1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     $rankable = BeatmapSet::rankable();
     if ($rankable) {
         foreach ($rankable as $rank) {
         }
     }
 }