Skip to content

Commit b7c28f5

Browse files
authored
Merge pull request #24 from erlangp/patch-5
Update laravel-fcm.php
2 parents 71385fa + 6ef6aa3 commit b7c28f5

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)