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:
@@ -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%
|
||||
|
||||
|
Reference in New Issue
Block a user