1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11444] Cleanup method constructors

PHPBB3-11444
This commit is contained in:
Tristan Darricau
2015-07-09 14:28:34 +02:00
parent 06077d9970
commit f29b12e353
7 changed files with 89 additions and 96 deletions

View File

@@ -6,13 +6,10 @@ services:
- @notification.method_collection
- @service_container
- @user_loader
- @config
- @dispatcher
- @dbal.conn
- @cache
- @user
- %core.root_path%
- %core.php_ext%
- %tables.notification_types%
- %tables.user_notifications%
@@ -350,10 +347,7 @@ services:
- @dbal.conn
- @cache.driver
- @user
- @auth
- @config
- %core.root_path%
- %core.php_ext%
- %tables.notification_types%
- %tables.notifications%
tags:
@@ -364,10 +358,7 @@ services:
scope: prototype
arguments:
- @user_loader
- @dbal.conn
- @cache.driver
- @user
- @auth
- @config
- %core.root_path%
- %core.php_ext%
@@ -379,10 +370,7 @@ services:
scope: prototype
arguments:
- @user_loader
- @dbal.conn
- @cache.driver
- @user
- @auth
- @config
- %core.root_path%
- %core.php_ext%