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