Explorar o código

Update Console Kernel

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
9282900591
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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();
     }