Update Console Kernel

pull/52/head
Daniel Supernault 7 years ago
parent 7d999f0995
commit e4ebd474ff

@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{ {
$schedule->command('media:optimize') $schedule->command('media:optimize')
->hourly(); ->hourly();
$schedule->command('horizon:snapshot')->everyFiveMinutes();
} }
/** /**

Loading…
Cancel
Save