Skip to content

Commit 711629e

Browse files
committed
Renamed factory method to get wb connector
1 parent 30bc289 commit 711629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sdmx/api/client/SdmxClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function getOecdClient()
5555
return $client;
5656
}
5757

58-
public static function WorldBankClient()
58+
public static function getWorldBankClient()
5959
{
6060
$codelistParser = new V20CodelistParser();
6161
$queryBuilder = new WorldBankQueryBuilder(self::WB_URL);

0 commit comments

Comments
 (0)