1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 05:04:09 +02:00

[feature/compiled-dic] Fix cron tasks again

PHPBB3-11152
This commit is contained in:
David King
2012-10-22 11:17:49 -04:00
committed by Igor Wiedler
parent cb2725dd5a
commit a6428c8dc3
4 changed files with 18 additions and 111 deletions

View File

@@ -44,19 +44,15 @@ services:
- @cache.driver
- %tables.config%
cron.task_provider:
class: phpbb_cron_task_provider
arguments:
- @cron.task_collection
- @service_container
cron.task_collection:
class: phpbb_cron_task_collection
arguments:
- @service_container
cron.manager:
class: phpbb_cron_manager
arguments:
- @cron.task_provider
- @cron.task_collection
- %core.root_path%
- %core.php_ext%