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 a045822 commit 09b35d8Copy full SHA for 09b35d8
src/IPinfo.php
@@ -69,7 +69,7 @@ public function __construct($access_token = null, $settings = [])
69
$this->countries_flags = $settings['countries_flags'] ?? self::COUNTRIES_FLAGS_DEFAULT;
70
$this->countries_currencies = $settings['countries_currencies'] ?? self::COUNTRIES_CURRENCIES_DEFAULT;
71
$this->eu_countries = $settings['eu_countries'] ?? self::EU_COUNTRIES_DEFAULT;
72
- $this-> continents = $settings['continents'] ?? self::CONTINENTS_DEFAULT;
+ $this->continents = $settings['continents'] ?? self::CONTINENTS_DEFAULT;
73
74
if (!array_key_exists('cache_disabled', $this->settings) || $this->settings['cache_disabled'] == false) {
75
if (array_key_exists('cache', $settings)) {
0 commit comments