We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71385fa + 6ef6aa3 commit b7c28f5Copy full SHA for b7c28f5
resources/config/laravel-fcm.php
@@ -7,5 +7,6 @@
7
* Change to yours
8
*/
9
10
- 'server_key' => ''
+ 'server_key' => env('FCM_SERVER_KEY', ''),
11
+
12
];
0 commit comments