7 lines
201 B
YAML
7 lines
201 B
YAML
|
services:
|
||
|
automated_cron.subscriber:
|
||
|
class: Drupal\automated_cron\EventSubscriber\AutomatedCron
|
||
|
arguments: ['@cron', '@config.factory', '@state']
|
||
|
tags:
|
||
|
- { name: event_subscriber }
|