From 46e80ef533e3dc317a1353d6f26f4e7c8f38cd33 Mon Sep 17 00:00:00 2001 From: gaowei Date: Wed, 22 Jun 2022 13:39:21 +0800 Subject: [PATCH] fix: APNs Interface Undefined method "getDeviceToken" --- src/ApnsResponseInterface.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ApnsResponseInterface.php b/src/ApnsResponseInterface.php index f39c592..cb6b767 100644 --- a/src/ApnsResponseInterface.php +++ b/src/ApnsResponseInterface.php @@ -24,6 +24,13 @@ interface ApnsResponseInterface */ public function getApnsId(); + /** + * Get device token + * + * @return string|null + */ + public function getDeviceToken(); + /** * Get status code. *