Skip to content

Commit

Permalink
Merge pull request #151 from gaowei-space/fix_apns_res_interface_func…
Browse files Browse the repository at this point in the history
…_gaowei

fix: APNs Interface Undefined method "getDeviceToken"
  • Loading branch information
edamov authored Jun 22, 2022
2 parents 2f97d27 + 46e80ef commit 1e87abb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ApnsResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ interface ApnsResponseInterface
*/
public function getApnsId();

/**
* Get device token
*
* @return string|null
*/
public function getDeviceToken();

/**
* Get status code.
*
Expand Down

0 comments on commit 1e87abb

Please sign in to comment.