Skip to content

Commit 6ef6aa3

Browse files
authored
Update laravel-fcm.php
1 parent 54495b6 commit 6ef6aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/config/laravel-fcm.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
* Change to yours
88
*/
99

10-
'server_key' => ''
10+
'server_key' => env('FCM_SERVER_KEY', ''),
11+
1112
];

0 commit comments

Comments
 (0)