1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/11906] Add notification purge cron to cron tasks

PHPBB3-11906
This commit is contained in:
Joas Schilling
2013-10-11 11:51:37 +02:00
parent 287400cdf8
commit 5d28d22976

View File

@@ -23,6 +23,16 @@ services:
tags:
- { name: cron.task }
cron.task.core.prune_notifications:
class: phpbb\cron\task\core\prune_notifications
arguments:
- @config
- @notification_manager
calls:
- [set_name, [cron.task.core.prune_notifications]]
tags:
- { name: cron.task }
cron.task.core.queue:
class: phpbb\cron\task\core\queue
arguments: