Update push-notification.php

Use Symphony updated GCM driver which supports FCM
This commit is contained in:
David Bomba 2018-03-19 08:50:32 +11:00 committed by GitHub
parent ee14d6aecf
commit bc9f237c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ return [
'ninjaAndroid' => [
'environment' =>'production',
'apiKey' =>env('FCM_API_TOKEN'),
'service' =>'fcm'
'service' =>'gcm'
]
];