fcm에서 click_action 가져오는 코드 추가

This commit is contained in:
choyeon 2020-06-22 10:52:44 +09:00
parent 5e577396f3
commit 07e28b4ef9

View file

@ -62,6 +62,7 @@ class FCM extends Base implements \Rhymix\Framework\Drivers\PushInterface
$notification = [];
$notification['title'] = $message->getSubject();
$notification['body'] = $message->getContent();
$notification['click_action'] = $message->getClickAction();
foreach($tokens as $i => $token)
{