MTShop/code/web/modules/contrib/pathauto/drush.services.yml

10 lines
246 B
YAML

services:
pathauto.commands:
class: \Drupal\pathauto\Commands\PathautoCommands
arguments:
- '@config.factory'
- '@plugin.manager.alias_type'
- '@pathauto.alias_storage_helper'
tags:
- { name: drush.command }