3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/migrate/drush.services.yml

6 lines
238 B
YAML

services:
farm_migrate.commands:
class: Drupal\farm_migrate\Commands\FarmMigrateCommands
arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
tags:
- { name: drush.command }