Skip to content

Send method returns self and added getFeedback() method #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2015

Conversation

simplenotezy
Copy link

Changes include:

  • Send method now returns $this instead of $this->pushManager.
  • Added getFeedback() method

Usage example:

$push = PushNotification::app('MyApp')
                ->to($devices)
                ->send($message);

dd($push->getFeedback()); // the feedback
// or
dd($push->pushManager->getFeedback()); // the feedback

@elieandraos
Copy link

How do i get your updates ? in my composer.json i have:
davibennun/laravel-push-notification": "dev-master"

and your updates are not yet merged i suppose .

davibennun added a commit that referenced this pull request Jan 19, 2015
Send method returns self and added getFeedback() method
@davibennun davibennun merged commit 2dba86d into davibennun:master Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants