From 403fe772b09f552854ca757c1c68bccbdd548526 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 10 Jan 2017 17:09:55 +1100 Subject: [PATCH] fix env variable (#1270) --- config/push-notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/push-notification.php b/config/push-notification.php index 02fe2af03100..31e51edb88a9 100644 --- a/config/push-notification.php +++ b/config/push-notification.php @@ -16,7 +16,7 @@ return [ ], 'ninjaAndroid' => [ 'environment' =>'production', - 'apiKey' =>env(FCM_API_TOKEN), + 'apiKey' =>env('FCM_API_TOKEN'), 'service' =>'fcm' ]