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.
1 parent 9db4e0e commit 3319787Copy full SHA for 3319787
README.md
@@ -54,7 +54,8 @@ Add your OneSignal App ID and REST API Key to your `config/services.php`:
54
...
55
'onesignal' => [
56
'app_id' => env('ONESIGNAL_APP_ID'),
57
- 'rest_api_key' => env('ONESIGNAL_REST_API_KEY')
+ 'rest_api_key' => env('ONESIGNAL_REST_API_KEY'),
58
+ 'guzzle_client_timeout' => env('ONESIGNAL_GUZZLE_CLIENT_TIMEOUT', 0),
59
],
60
61
```
0 commit comments