command('app:send15-min-alert-appointment')->everyMinute(); $schedule->command('app:send1-min-alert-appointment')->everyFifteenMinutes(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__ . '/Commands'); require base_path('routes/console.php'); } }