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