1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

[ticket/13952] Inject dispatcher dependency to the tidy search cron task

PHPBB3-13952
This commit is contained in:
rxu
2015-06-20 21:39:06 +07:00
parent da7b24449d
commit a8fe3926dc
2 changed files with 6 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ services:
- @config
- @dbal.conn
- @user
- @dispatcher
calls:
- [set_name, [cron.task.core.tidy_search]]
tags: