drush.services.yml in IP-based Determination of a Visitor's Country 8
File
drush.services.ymlView source
- services:
- ip2country.commands:
- class: \Drupal\ip2country\Commands\Ip2CountryCommands
- arguments: ['@state', '@date.formatter', '@config.factory', '@country_manager', '@ip2country.lookup', '@ip2country.manager']
- tags:
- - { name: drush.command }