-
-
Notifications
You must be signed in to change notification settings - Fork 268
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()