We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Notification::jsonSerialize there is an error, causing "body" not to be added to jsonData if there is no title set
public function jsonSerialize() { ... if ($this->title) { $jsonData['body'] = $this->body; }
The text was updated successfully, but these errors were encountered:
Hi I'll think it's because you have the same test for title and body, a PR will be here if you want :)
#13
Sorry, something went wrong.
No branches or pull requests
In Notification::jsonSerialize there is an error, causing "body" not to be added to jsonData if there is no title set
The text was updated successfully, but these errors were encountered: