[feature/module_services] Move topposers to module services
This commit is contained in:
@@ -90,6 +90,11 @@ services:
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.clock:
|
||||
class: \board3\portal\modules\clock
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.custom:
|
||||
class: \board3\portal\modules\custom
|
||||
arguments:
|
||||
@@ -102,6 +107,15 @@ services:
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.donation:
|
||||
class: \board3\portal\modules\donation
|
||||
arguments:
|
||||
- @config
|
||||
- @template
|
||||
- @user
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.forumlist:
|
||||
class: \board3\portal\modules\forumlist
|
||||
arguments:
|
||||
@@ -271,16 +285,13 @@ services:
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.clock:
|
||||
class: \board3\portal\modules\clock
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
board3.module.donation:
|
||||
class: \board3\portal\modules\donation
|
||||
board3.module.topposters:
|
||||
class: \board3\portal\modules\topposters
|
||||
arguments:
|
||||
- @config
|
||||
- @dbal.conn
|
||||
- @template
|
||||
- @user
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
tags:
|
||||
- { name: board3.module }
|
||||
|
||||
Reference in New Issue
Block a user