Skip to content

Commit 09b35d8

Browse files
adampattersonmax-ipinfo
authored andcommitted
Update IPinfo.php remove space from $this-> continents
1 parent a045822 commit 09b35d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IPinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct($access_token = null, $settings = [])
6969
$this->countries_flags = $settings['countries_flags'] ?? self::COUNTRIES_FLAGS_DEFAULT;
7070
$this->countries_currencies = $settings['countries_currencies'] ?? self::COUNTRIES_CURRENCIES_DEFAULT;
7171
$this->eu_countries = $settings['eu_countries'] ?? self::EU_COUNTRIES_DEFAULT;
72-
$this-> continents = $settings['continents'] ?? self::CONTINENTS_DEFAULT;
72+
$this->continents = $settings['continents'] ?? self::CONTINENTS_DEFAULT;
7373

7474
if (!array_key_exists('cache_disabled', $this->settings) || $this->settings['cache_disabled'] == false) {
7575
if (array_key_exists('cache', $settings)) {

0 commit comments

Comments
 (0)