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 f7c8681 commit 4ecbb97Copy full SHA for 4ecbb97
src/GeoIPUpdater.php
@@ -71,7 +71,7 @@ protected function updateMaxmindDatabase()
71
try {
72
// Download database temp dir
73
$tempFile = $tempDir.'/geoip';
74
- $this->guzzle->get($maxmindDatabaseUrl, ['save_to' => $tempFile.'.tar.gz']);
+ $this->guzzle->get($maxmindDatabaseUrl, ['sink' => $tempFile.'.tar.gz']);
75
76
$p = new PharData($tempFile.'.tar.gz');
77
$p->decompress();
0 commit comments