Skip to content

Commit

Permalink
Empty messages array after sending messages
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-dulac committed Jun 6, 2018
1 parent 28c1b51 commit 3c45dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PushNotificationSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function send()
$this->android->send($message);
}
}
$this->messages = [];
}

}
}

0 comments on commit 3c45dd5

Please sign in to comment.