소스 검색

Update Console Kernel

Daniel Supernault 6 년 전
부모
커밋
9282900591
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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();
     }