Skip to content

Commit

Permalink
Fix Organization key
Browse files Browse the repository at this point in the history
  • Loading branch information
Enc3phale committed Jan 22, 2019
1 parent 35883e2 commit 935576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/CoreBundle/IpLookup/ExtremeIpLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function parseResponse($response)
$key = 'city';
break;
case 'businessName':
$key = 'company';
$key = 'organization';
break;
}

Expand Down

0 comments on commit 935576e

Please sign in to comment.