diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-10 10:41:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-10 10:41:00 +0100 |
commit | b758c098d3b104ab1b2f68de061173d5fe33bc37 (patch) | |
tree | 47c90133d5a37ce9b87bc702efbf25a7df57e5f7 /phpBB/config/installer | |
parent | 2c813e6e5ebc911153a23e75c459e2f80de67f25 (diff) | |
download | forums-b758c098d3b104ab1b2f68de061173d5fe33bc37.tar forums-b758c098d3b104ab1b2f68de061173d5fe33bc37.tar.gz forums-b758c098d3b104ab1b2f68de061173d5fe33bc37.tar.bz2 forums-b758c098d3b104ab1b2f68de061173d5fe33bc37.tar.xz forums-b758c098d3b104ab1b2f68de061173d5fe33bc37.zip |
[ticket/14523] Replace prototype definition with shared services
PHPBB3-14523
Diffstat (limited to 'phpBB/config/installer')
-rw-r--r-- | phpBB/config/installer/container/services_install_navigation.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/config/installer/container/services_install_navigation.yml b/phpBB/config/installer/container/services_install_navigation.yml index 4fc6abb6eb..d7151eb1c6 100644 --- a/phpBB/config/installer/container/services_install_navigation.yml +++ b/phpBB/config/installer/container/services_install_navigation.yml @@ -13,7 +13,7 @@ services: installer.navigation.main_navigation: class: phpbb\install\helper\navigation\main_navigation - scope: prototype + shared: false tags: - { name: installer.navigation } @@ -21,7 +21,7 @@ services: class: phpbb\install\helper\navigation\install_navigation arguments: - '@installer.helper.install_helper' - scope: prototype + shared: false tags: - { name: installer.navigation } @@ -29,7 +29,7 @@ services: class: phpbb\install\helper\navigation\update_navigation arguments: - '@installer.helper.install_helper' - scope: prototype + shared: false tags: - { name: installer.navigation } @@ -37,6 +37,6 @@ services: class: phpbb\install\helper\navigation\convertor_navigation arguments: - '@installer.helper.install_helper' - scope: prototype + shared: false tags: - { name: installer.navigation } |