3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/quantity/quantity.services.yml
2021-04-05 10:59:04 -04:00

7 lines
195 B
YAML

services:
quantity_event_subscriber:
class: Drupal\quantity\EventSubscriber\MapRenderEventSubscriber
arguments:
- '@config.factory'
tags:
- { name: 'event_subscriber' }