[ticket/305] Add fetch_posts service as replacement for phpbb_fetch_posts

B3P-305
This commit is contained in:
Marc Alexander
2014-07-12 23:16:18 +02:00
parent ac88dde05b
commit 9922b6a7a7
4 changed files with 928 additions and 0 deletions

View File

@@ -55,3 +55,13 @@ services:
class: board3\portal\includes\modules_helper
arguments:
- @auth
board3.portal.fetch_posts:
class: board3\portal\portal\fetch_posts
arguments:
- @auth
- @cache
- @config
- @dbal.conn
- @board3.portal.modules_helper
- @user