Skip to content

Commit

Permalink
Merge pull request #496 from ecloud-jay2/master
Browse files Browse the repository at this point in the history
Added Resource Tier Entity Map
  • Loading branch information
ecloud-jay2 authored Jul 5, 2022
2 parents 315e093 + cf48a12 commit c2ec961
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/eCloud/ResourceTierClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ class ResourceTierClient extends Client implements ClientEntityInterface

protected $collectionPath = 'v2/resource-tiers';

public function getEntityMap()
{
return ResourceTier::$entityMap;
}

public function loadEntity($data)
{
return new ResourceTier(
Expand Down

0 comments on commit c2ec961

Please sign in to comment.