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 b9c697b481..d427820f89 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -94,7 +94,7 @@ services: arguments: - @container - processor.config: + processor.ext: class: phpbb_di_processor_ext arguments: - @ext.manager |