You are here

drush.services.yml in IP-based Determination of a Visitor's Country 8

File

drush.services.yml
View source
  1. services:
  2. ip2country.commands:
  3. class: \Drupal\ip2country\Commands\Ip2CountryCommands
  4. arguments: ['@state', '@date.formatter', '@config.factory', '@country_manager', '@ip2country.lookup', '@ip2country.manager']
  5. tags:
  6. - { name: drush.command }