Files
farmOS-dev/web/modules/token/drush.services.yml
2024-12-10 15:08:16 +01:00

8 lines
165 B
YAML

services:
token.commands:
class: Drupal\token\Drush\Commands\TokenCommands
arguments:
- '@module_handler'
tags:
- { name: drush.command }