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 8a6196e commit 4881869Copy full SHA for 4881869
README.md
@@ -42,11 +42,11 @@ return [
42
'hash' => env('TEXTLOCAL_HASH'),
43
'api_key' => env('TEXTLOCAL_API_KEY'),
44
'sender' => env('TEXTLOCAL_SENDER'),
45
- 'request_urls' => [
46
- 'IN' => 'https://api.textlocal.in/',
47
- 'UK' => 'https://api.txtlocal.com/'
48
- ],
49
- 'country' => env('TEXTLOCAL_COUNTRY', 'IN'),
+ 'request_urls' => [
+ 'IN' => 'https://api.textlocal.in/',
+ 'UK' => 'https://api.txtlocal.com/'
+ ],
+ 'country' => env('TEXTLOCAL_COUNTRY', 'IN'),
50
];
51
```
52
### Configuring .env
0 commit comments