Skip to content

Commit

Permalink
add mutable-content 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrisby committed Apr 2, 2019
1 parent 0ac6814 commit fc411b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Messages/AwsSnsMessage.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace Lab123\AwsSns\Messages;

class AwsSnsMessage
Expand Down Expand Up @@ -226,6 +227,7 @@ private function APNSMessage()
"alert" => $this->message,
"badge" => $this->badge,
"sound" => $this->sound,
"mutable-content" => 1,
"category" => $this->category,
"metadata" => $this->metadata
]
Expand Down

0 comments on commit fc411b2

Please sign in to comment.