Skip to content

Can't get results #172

@seesoe

Description

@seesoe

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()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions