Skip to content

Commit 7ca0966

Browse files
authored
Update google.php (#49)
1 parent 69dc1a8 commit 7ca0966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/google.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
'enable' => env('GOOGLE_SERVICE_ENABLED', false),
5252

5353
/*
54-
| Path to service account json file
55-
*/
54+
* Path to service account json file. You can also pass the credentials as an array
55+
* instead of a file path.
56+
*/
5657
'file' => env('GOOGLE_SERVICE_ACCOUNT_JSON_LOCATION', ''),
5758
],
5859

0 commit comments

Comments
 (0)