mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11906] Add notification purge cron to cron tasks
PHPBB3-11906
This commit is contained in:
@@ -23,6 +23,16 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- { name: cron.task }
|
- { 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:
|
cron.task.core.queue:
|
||||||
class: phpbb\cron\task\core\queue
|
class: phpbb\cron\task\core\queue
|
||||||
arguments:
|
arguments:
|
||||||
|
Reference in New Issue
Block a user