mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11849] Add service definition
PHPBB3-11849
This commit is contained in:
parent
a485184434
commit
fcfa1a35cc
1 changed files with 6 additions and 0 deletions
|
@ -254,6 +254,12 @@ services:
|
|||
- %tables.notifications%
|
||||
- %tables.user_notifications%
|
||||
|
||||
pagination:
|
||||
class: phpbb\pagination
|
||||
arguments:
|
||||
- @template
|
||||
- @user
|
||||
|
||||
path_helper:
|
||||
class: phpbb\path_helper
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue