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