@@ -120,7 +120,7 @@ |
||
| 120 | 120 | return $this->cache->remember( |
| 121 | 121 | $this->options->get('cache')->get('uniqKey'), |
| 122 | 122 | $this->options->get('cache')->get('duration'), |
| 123 | - function () { |
|
| 123 | + function() { |
|
| 124 | 124 | return $this->api(); |
| 125 | 125 | } |
| 126 | 126 | ); |
@@ -18,7 +18,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | |-------------------------------------------------------------------------- |