You are here

drush.services.yml in Image Style Warmer 8

File

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