Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/FirebaseCloudMessaging/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Message extends \Google\Model
/**
* Registration token to send a message to.
*
* @deprecated
* @var string
*/
public $token;
Expand Down Expand Up @@ -191,13 +192,15 @@ public function getNotification()
/**
* Registration token to send a message to.
*
* @deprecated
* @param string $token
*/
public function setToken($token)
{
$this->token = $token;
}
/**
* @deprecated
* @return string
*/
public function getToken()
Expand Down