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

7 lines
167 B
YAML

services:
farm_update.commands:
class: Drupal\farm_update\Commands\FarmUpdateCommands
arguments: [ '@farm.update']
tags:
- { name: drush.command }