Sfoglia il codice sorgente

Update Console Kernel

Daniel Supernault 6 anni fa
parent
commit
9282900591
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/Console/Kernel.php

+ 2 - 0
app/Console/Kernel.php

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