Update push-notification.php
Use Symphony updated GCM driver which supports FCM
This commit is contained in:
parent
ee14d6aecf
commit
bc9f237c43
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ return [
|
|||
'ninjaAndroid' => [
|
||||
'environment' =>'production',
|
||||
'apiKey' =>env('FCM_API_TOKEN'),
|
||||
'service' =>'fcm'
|
||||
'service' =>'gcm'
|
||||
]
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue