Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzrv committed May 31, 2023
1 parent 8de26d4 commit e9e5ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteamUserDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function create(array $data): self
commentPermission: $data['commentpermission'] ?? null,
profileUrl: $data['profileurl'] ?? null,
avatar: $data['avatar'] ?? null,
avatarMedium: $data['avatarmedium ?? null'],
avatarMedium: $data['avatarmedium'] ?? null,
avatarFull: $data['avatarfull'] ?? null,
avatarHash: $data['avatarhash'] ?? null,
lastLogoff: $data['lastlogoff'] ?? null,
Expand Down

0 comments on commit e9e5ab7

Please sign in to comment.