command(\Spatie\Health\Commands\RunHealthChecksCommand::class)->everyMinute(); } protected function commands() { $this->load(__DIR__.'/Commands'); include base_path('routes/console.php'); } }