Skip to content

Commit

Permalink
Update DatabaseCommandController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Jun 28, 2021
1 parent 1ef3a54 commit 799cf64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Command/DatabaseCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function updateCommand()
if (!file_exists($maxMindDirectory)) {
mkdir($maxMindDirectory);
}
var_dump($request->getHeaders());
file_put_contents($maxMindDirectory . 'MaxMindGeoIp.tar.gz', $request->getBody());

$phar = new PharData($maxMindDirectory . 'MaxMindGeoIp.tar.gz');
Expand Down

0 comments on commit 799cf64

Please sign in to comment.