You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know if you plan to update ParticipantDto with the new "challenges" property , because if i try to access the "challenges " property i get this error
Trying to access undefined property 'challenges' on object
and my quick fix for that was adding the following code at the end of the ParticipantDto.php , it's working for now , but i don't know if it is the proper correction.
` /**
* Available when received from:
* - @see LeagueAPI::getMatch
*
* @var bool $win
*/
public $challenges;
`
`
Thanks !
The text was updated successfully, but these errors were encountered:
Hello Daniel !
I want to know if you plan to update ParticipantDto with the new "challenges" property , because if i try to access the "challenges " property i get this error
Trying to access undefined property 'challenges' on object
and my quick fix for that was adding the following code at the end of the ParticipantDto.php , it's working for now , but i don't know if it is the proper correction.
`
Thanks !
The text was updated successfully, but these errors were encountered: