v1/web/modules/contrib/xmlsitemap/drush.services.yml

10 lines
220 B
YAML

services:
xmlsitemap.commands:
class: \Drupal\xmlsitemap\Commands\XmlSitemapCommands
arguments:
- '@config.factory'
- '@module_handler'
- '@database'
tags:
- { name: drush.command }