Browse Source

Update Console Kernel

Daniel Supernault 7 years ago
parent
commit
e4ebd474ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Console/Kernel.php

+ 1 - 0
app/Console/Kernel.php

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