diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index f364bf5574..bb9879601c 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -79,7 +79,7 @@ services: arguments: - @user - @service_container - - @ext.finder + - @style cron.task_collection: class: phpbb_di_service_collection |