fix env variable (#1270)
This commit is contained in:
parent
ccf6a6ed96
commit
403fe772b0
|
|
@ -16,7 +16,7 @@ return [
|
|||
],
|
||||
'ninjaAndroid' => [
|
||||
'environment' =>'production',
|
||||
'apiKey' =>env(FCM_API_TOKEN),
|
||||
'apiKey' =>env('FCM_API_TOKEN'),
|
||||
'service' =>'fcm'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue