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/farm_update.services.yml

7 lines
364 B
YAML

services:
logger.channel.farm_update:
parent: logger.channel_base
arguments: [ 'farm_update' ]
farm.update:
class: Drupal\farm_update\FarmUpdate
arguments: [ '@logger.channel.farm_update', '@module_handler', '@entity_type.manager', '@config.factory', '@config_update.config_diff', '@config_update.config_list', '@config_update.config_update' ]