command(Command::class, ['--current']) // ->everyTenMinutes() // ->description("利用集計(当月)"); // $schedule->command(Command::class) // ->monthlyOn(5) // ->description("利用集計(前月)"); } }