command('inspire')->hourly(); //$schedule->command('lab:sync-results')->everyThirtyMinutes(); //$schedule->command('app:sync-lab-results-f-t-p')->everyThirtyMinutes(); //$schedule->command('app:sync-lab-results-serial')->everyThirtyMinutes(); $schedule->command('astm:process-messages')->everyFiveMinutes(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }