Explorar el Código

Update Console Kernel

Daniel Supernault hace 7 años
padre
commit
e4ebd474ff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
     }
 
     /**