Skip to content

Commit

Permalink
#60 Allow paid edition databases
Browse files Browse the repository at this point in the history
  • Loading branch information
aalwash committed Sep 10, 2020
1 parent 3c9ba80 commit 4cb70da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private function getDatabaseNode(): ArrayNodeDefinition

$database_node->children()->scalarNode('license');

$database_node->children()->enumNode('edition')->values(['GeoLite2-ASN', 'GeoLite2-City', 'GeoLite2-Country']);
$database_node->children()->enumNode('edition')->values(['GeoLite2-ASN', 'GeoLite2-City', 'GeoLite2-Country', 'GeoIP2-City', 'GeoIP2-Country']);

return $root_node;
}
Expand Down

0 comments on commit 4cb70da

Please sign in to comment.