Completed
Pull Request — master (#37)
by Dániel
09:39
created
resources/config/battlenet-api.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     |
19 19
     */
20 20
 
21
-    'api_key' => env('BATTLENET_KEY',''),
21
+    'api_key' => env('BATTLENET_KEY', ''),
22 22
 
23 23
     /*
24 24
     |--------------------------------------------------------------------------
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     | For examples: en_GB | fr_FR | de_DE | ru_RU
30 30
     |
31 31
     */
32
-    'locale' => env('BATTLENET_LOCAL','en_US'),
32
+    'locale' => env('BATTLENET_LOCAL', 'en_US'),
33 33
 
34 34
     /*
35 35
     |--------------------------------------------------------------------------
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     | For example, if you want to request on the Europe region: 'https://eu.api.battle.net'
43 43
     |
44 44
     */
45
-    'domain' => 'https://'.env('BATTLENET_REGION','eu').'.api.battle.net',
45
+    'domain' => 'https://'.env('BATTLENET_REGION', 'eu').'.api.battle.net',
46 46
 
47 47
     /*
48 48
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.