App\Console\Commands\ModdingRankCommand::handle PHP Method

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed
    public function handle()
    {
        $rankable = Beatmapset::rankable();
        if ($rankable) {
            foreach ($rankable as $rank) {
            }
        }
    }