[UW-2256] moves token property to BaseParticipant

This commit is contained in:
Michał Frankiewicz
2020-07-08 08:55:14 +02:00
parent 7551f6db95
commit c8ffcafbd8
3 changed files with 22 additions and 17 deletions

View File

@@ -42,13 +42,6 @@ class Participant extends BaseParticipant
*/
private $emailStatus;
/**
* Token of the participant
*
* @var string
*/
private $token;
/**
* Language of the participant
*
@@ -232,16 +225,6 @@ class Participant extends BaseParticipant
return $this->emailStatus;
}
/**
* Returns token of the participant
*
* @return string
*/
public function getToken()
{
return $this->token;
}
/**
* Returns language of the participant
*