command('send:notifications')->hourly(); $schedule->command('send:reminders')->hourly(); $schedule->command('send:stay_in_touch')->hourly(); $schedule->command('monica:calculatestatistics')->daily(); $schedule->command('process:old_reminders')->daily(); $schedule->command('monica:ping')->daily(); } }