update package fcm
This commit is contained in:
@@ -37,4 +37,9 @@ return [
|
||||
'redirect' => env('GOOGLE_REDIRECT_URI'),
|
||||
],
|
||||
|
||||
'fcm' => [
|
||||
'key' => env('FCM_SERVER_KEY'),
|
||||
'sender_id' => env('FCM_SENDER_ID'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user