예제 #1
0
 /**
  * Not really needed to run this.
  * You can use it as a slow update of your db if you like
  * updated screenshots and movies and achievements.
  */
 public function updateGames()
 {
     $this->parseAndSaveOnlyOwnedGames();
     new SteamAPIGameDescription(SteamGame::DescriptionNeedUpdate()->first());
     new SteamAPIGameSchema(SteamGame::SchemaNeedUpdate()->first());
     new SteamAPIGameAchievements(SteamGame::AchievementsNeedUpdate()->first());
 }