mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/11103] Use dependency injection instead of phpbb_container
PHPBB3-11103
This commit is contained in:
@@ -92,7 +92,15 @@ services:
|
||||
notifications:
|
||||
class: phpbb_notification_manager
|
||||
arguments:
|
||||
- @container
|
||||
- @dbal.conn
|
||||
- @cache.driver
|
||||
- @template
|
||||
- @ext.manager
|
||||
- @user
|
||||
- @auth
|
||||
- @config
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
|
||||
processor.ext:
|
||||
class: phpbb_di_processor_ext
|
||||
|
Reference in New Issue
Block a user