Skip to content

Commit

Permalink
Update PushNotification.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ChafikHadjAbdouRazack authored Oct 30, 2022
1 parent fc3689a commit e276120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function setMessage($title, $body, $vibration, $sound,$priority,$tag){
'body'=>$body,
'vibrate'=>$vibration,
'sound'=>$sound,
'tag'=>$tag
'tag'=>$tag,
'priority'=>$priority
);
}
Expand Down

0 comments on commit e276120

Please sign in to comment.