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

7 lines
212 B
YAML

services:
post_migration_subscriber:
class: Drupal\farm_migrate\EventSubscriber\PostMigrationSubscriber
arguments:
[ '@database', '@datetime.time' ]
tags:
- { name: 'event_subscriber' }