-
-
Couldn't load subscription status.
- Fork 270
Open
Labels
Description
Hello when I run the following code, I get the following error.
$push = new Sly\NotificationPusher\Model\Push($adapter, $devices, $message);
$pushManager->add($push);
$pushManager->push();
foreach($push->getResponses() as $token => $response) {
var_dump($token);
var_dump($response);
}
Call to undefined method Sly\NotificationPusher\Model\Push::getResponses()