command('monitolite:customers:sync')->hourly(); } /** * This is the main monitoring task */ $schedule->command('monitolite:monitoring:run')->everyMinute(); } }