Backup of db before drupal security update
[yaffs-website] / web / core / modules / automated_cron / automated_cron.services.yml
1 services:
2   automated_cron.subscriber:
3     class: Drupal\automated_cron\EventSubscriber\AutomatedCron
4     arguments: ['@cron', '@config.factory', '@state']
5     tags:
6       - { name: event_subscriber }