Schedule email digests
This commit is contained in:
parent
a569ac5cc6
commit
8c08cbf912
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue