1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #6431 from rubencm/ticket/17062

[ticket/17062] Call search service using dependency injection
This commit is contained in:
Marc Alexander
2022-11-30 19:39:13 +01:00
committed by GitHub
2 changed files with 39 additions and 65 deletions

View File

@@ -131,13 +131,8 @@ services:
cron.task.core.tidy_search:
class: phpbb\cron\task\core\tidy_search
arguments:
- '%core.root_path%'
- '%core.php_ext%'
- '@auth'
- '@config'
- '@dbal.conn'
- '@user'
- '@dispatcher'
- '@search.backend_factory'
calls:
- [set_name, [cron.task.core.tidy_search]]
tags: