Skip to content

Commit a117301

Browse files
author
Paul McNally
committed
get region prices
1 parent 4a1c9d4 commit a117301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eCloud/RegionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getPrices($id, $filters = [])
4343
return [];
4444
}
4545

46-
$loadEntity = function($data) {
46+
$loadEntity = function ($data) {
4747
return new Price($this->apiToFriendly($data, Price::$entityMap));
4848
};
4949

0 commit comments

Comments
 (0)