blob: bbb55f5f6f39c15e1e1b9ef4495eef5501cec492 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
parameters:
automated_cron.hooks_converted: true
services:
_defaults:
autoconfigure: true
automated_cron.subscriber:
class: Drupal\automated_cron\EventSubscriber\AutomatedCron
arguments: ['@cron', '@config.factory', '@state']
|