Skip to content

Commit 5b2219b

Browse files
author
Mattias Fjellvang
committed
readded pushmanager->push method
1 parent 436f53d commit 5b2219b

File tree

1 file changed

+2
-0
lines changed
  • src/Davibennun/LaravelPushNotification

1 file changed

+2
-0
lines changed

src/Davibennun/LaravelPushNotification/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public function send($message, $options = array()) {
3030
$push = new Push($this->adapter, $this->addressee, ($message instanceof Message) ? $message : new Message($message, $options));
3131

3232
$this->pushManager->add($push);
33+
34+
$this->pushManager->push();
3335

3436
return $this;
3537
}

0 commit comments

Comments
 (0)