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