Skip to content

Commit 8118fda

Browse files
authored
Update GeoIPServiceProvider.php
1 parent 87f110e commit 8118fda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/GeoIPServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ public function register()
2121
}
2222

2323
if ($this->isLumen() === false) {
24-
$configPath = __DIR__ . '/../config/geoip.php';
25-
$this->mergeConfigFrom($configPath, 'geoip');
24+
$this->mergeConfigFrom(__DIR__ . '/../config/geoip.php', 'geoip');
2625
}
27-
2826
}
2927

3028
/**

0 commit comments

Comments
 (0)