Schedule email digests

This commit is contained in:
Ben Goldsworthy 2022-11-01 04:29:55 +00:00
parent a569ac5cc6
commit 8c08cbf912

View file

@ -15,7 +15,9 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')->hourly();
$schedule->command('digest:send --daily')->daily();
$schedule->command('digest:send --weekly')->weekly();
$schedule->command('digest:send --monthly')->monthly();
}
/**