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
Now to create a message with a custom body you have to write two lines of code:
<?php $message = new Message(); $message->setBody($body);
it would be good to:
<?php $message = new Message($body);
The text was updated successfully, but these errors were encountered:
relates to #96
Sorry, something went wrong.
7dbc9fd
Add body, properties and headers to client's message constructor.
c096afc
fixes php-enqueue/enqueue-dev#88
4aee32b
fixes #88
No branches or pull requests
Now to create a message with a custom body you have to write two lines of code:
it would be good to:
The text was updated successfully, but these errors were encountered: