command('reminder:invoice')->dailyAt(setting('general.schedule_time', '09:00')); $schedule->command('reminder:bill')->dailyAt(setting('general.schedule_time', '09:00')); } /** * Register the Closure based commands for the application. * * @return void */ protected function commands() { require base_path('routes/console.php'); } }