diff --git a/src/Entity/TwitchUser.php b/src/Entity/TwitchUser.php index 1064279..507c48b 100644 --- a/src/Entity/TwitchUser.php +++ b/src/Entity/TwitchUser.php @@ -1,16 +1,18 @@ id = $attributes['_id']; + $this->id = (int) $attributes['_id']; $this->display_name = $attributes['display_name']; $this->type = $attributes['type']; $this->bio = $attributes['bio'];