fix env variable (#1270)

This commit is contained in:
David Bomba 2017-01-10 17:09:55 +11:00 committed by GitHub
parent ccf6a6ed96
commit 403fe772b0

View File

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