瀏覽代碼

Update Console Kernel

Daniel Supernault 7 年之前
父節點
當前提交
e4ebd474ff
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();
     }
 
     /**