1
0
Fork 0

Update Console Kernel

This commit is contained in:
Daniel Supernault 2018-10-20 21:50:22 -06:00
parent a032a31f3b
commit 9282900591
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ class Kernel extends ConsoleKernel
{
$schedule->command('media:optimize')
->hourly();
$schedule->command('media:gc')
->hourly();
$schedule->command('horizon:snapshot')->everyFiveMinutes();
}