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