You are here

drush.services.yml in Flood control 2.0.x

File

drush.services.yml
View source
  1. services:
  2. flood_control.commands:
  3. class: \Drupal\flood_control\Commands\FloodUnblockCommands
  4. arguments: ['@flood_control.flood_unblock_manager']
  5. tags:
  6. - { name: drush.command }