1
0
Daniel Supernault 7 жил өмнө
parent
commit
e4ebd474ff

+ 1 - 0
app/Console/Kernel.php

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