Update Console Kernel

pull/521/head
Daniel Supernault 7 years ago
parent a032a31f3b
commit 9282900591
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save