Skip to content

Commit

Permalink
Merge pull request #2 from D0L1K/feature/update
Browse files Browse the repository at this point in the history
Fixed Items
  • Loading branch information
D0L1K authored Sep 16, 2023
2 parents 6928789 + 3e6aeaf commit 5be8f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LeagueAPI/Objects/StaticData/StaticGroupDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class StaticGroupDto extends ApiObject
/** @var string $MaxGroupOwnable */
public $MaxGroupOwnable;

/** @var string $key */
public $key;
/** @var string $id */
public $id;
}
3 changes: 3 additions & 0 deletions src/LeagueAPI/Objects/StaticData/StaticItemDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class StaticItemDto extends ApiObject
/** @var string $requiredChampion */
public $requiredChampion;

/** @var string $requiredAlly */
public $requiredAlly;

/** @var string[] $from */
public $from;

Expand Down

0 comments on commit 5be8f20

Please sign in to comment.