Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Oct 23, 2017
1 parent 58adcec commit 7aba7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
UpdateMaps::class,
Recipes::class,
Skins::class,
# Colors::class, // the colors endpoint is disabled https://gitter.im/arenanet/api-cdi?at=59d5780abac826f0543746ab
Colors::class,
] as $updater){
/** @var \chillerlan\GW2DB\Updaters\UpdaterInterface $updater */
$updater = new $updater($db, $request);
Expand Down

0 comments on commit 7aba7f3

Please sign in to comment.