1
0
Fork 0

Update Console Kernel

This commit is contained in:
Daniel Supernault 2018-05-29 21:01:56 -06:00
parent 7d999f0995
commit e4ebd474ff
1 changed files with 1 additions and 0 deletions

View File

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