mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/9657] Use the service instead of the static class
PHPBB3-9657
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.forums:
|
||||
@@ -35,6 +36,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.news:
|
||||
@@ -47,6 +49,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.overall:
|
||||
@@ -59,6 +62,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.topic:
|
||||
@@ -71,6 +75,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.topics:
|
||||
@@ -83,6 +88,7 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
||||
feed.topics_active:
|
||||
@@ -95,4 +101,5 @@ services:
|
||||
- @cache.driver
|
||||
- @user
|
||||
- @auth
|
||||
- @content.visibility
|
||||
- %core.php_ext%
|
||||
|
Reference in New Issue
Block a user