Skip to content
Snippets Groups Projects
Commit 3366aa08 authored by Patrick Kenny's avatar Patrick Kenny
Browse files

coding standards

parent c222e4f9
No related branches found
No related tags found
2 merge requests!31Issue #3449611 by ptmkenny: Allow the badge count to be set on the test notification form,!26allow badge count to be tested on send message form
......@@ -94,9 +94,9 @@ final class FirebasePhpSendTestMessageForm extends FormBase {
$form_state->getValue('title'),
$form_state->getValue('message'),
$form_state->getValue('device_token'),
null,
null,
null,
NULL,
NULL,
NULL,
intval($form_state->getValue('badge_count')),
);
$this->messenger()->addStatus($this->t('The test message has been sent.'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment