1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12150] Add file and caller for pruning shadow topics

PHPBB3-12150
This commit is contained in:
Marc Alexander
2014-01-31 23:06:03 +01:00
parent a7abf8218d
commit 02fdae4e88
5 changed files with 218 additions and 0 deletions

View File

@@ -23,6 +23,18 @@ services:
tags:
- { name: cron.task }
cron.task.core.prune_shadow_topics:
class: phpbb\cron\task\core\prune_shadow_topics
arguments:
- %core.root_path%
- %core.php_ext%
- @config
- @dbal.conn
calls:
- [set_name, [cron.task.core.prune_shadow_topics]]
tags:
- { name: cron.task }
cron.task.core.prune_notifications:
class: phpbb\cron\task\core\prune_notifications
arguments: