protected function schedule(Schedule $schedule) { // ...existing scheduled tasks... $schedule->command('dutch-prices:update')->daily(); }