]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
sync speedgaming schedule for select events
[alttp.git] / app / Console / Kernel.php
index d8bc1d29f0ca5533beb6106f170b14fce854269d..a0aa9ecf4d663445af2f69e01d39289a0122259a 100644 (file)
@@ -15,7 +15,7 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-        // $schedule->command('inspire')->hourly();
+               $schedule->command('sync:speedgaming')->everyFifteenMinutes();
     }
 
     /**