App\Console\Commands\ModdingRankCommand::handle PHP Méthode

handle() public méthode

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