diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 14:28:34 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-13 22:41:14 +0200 |
| commit | f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6 (patch) | |
| tree | 0b00af62d0e15ecfcd0dfcf26579ea6e20765248 /phpBB/config/default | |
| parent | 06077d9970d16338f34c67dfec82e20ee703ddb0 (diff) | |
| download | forums-f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6.tar forums-f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6.tar.gz forums-f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6.tar.bz2 forums-f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6.tar.xz forums-f29b12e35397ef4a4996ea7d212f0ab5a7a1dba6.zip | |
[ticket/11444] Cleanup method constructors
PHPBB3-11444
Diffstat (limited to 'phpBB/config/default')
| -rw-r--r-- | phpBB/config/default/container/services_notification.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/config/default/container/services_notification.yml b/phpBB/config/default/container/services_notification.yml index 7c335eaba0..264ed1dbb9 100644 --- a/phpBB/config/default/container/services_notification.yml +++ b/phpBB/config/default/container/services_notification.yml @@ -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% |
