]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
racetime sync
[alttp.git] / app / Console / Kernel.php
index 904bfd19db2522e245aeab8bfa5c6799a38bbb69..c3d9affa9cc5431706a005f38806bfca64ae72e2 100644 (file)
@@ -15,9 +15,10 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-               $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:speedgaming')->everyFiveMinutes();
                $schedule->command('sync:sra')->everyFifteenMinutes();
+               $schedule->command('sync:avatars')->everyFiveMinutes();
+               $schedule->command('sync:racetime')->everyFiveMinutes();
     }
 
     /**