diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-12-12 01:45:40 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-12-18 18:35:07 +0100 |
commit | fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0 (patch) | |
tree | 9324348b3a06ddc107b708246022f64c88c6b004 | |
parent | a4851844346d8453a81046f619df71ecb21797d7 (diff) | |
download | forums-fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0.tar forums-fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0.tar.gz forums-fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0.tar.bz2 forums-fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0.tar.xz forums-fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0.zip |
[ticket/11849] Add service definition
PHPBB3-11849
-rw-r--r-- | phpBB/config/services.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 84143a2362..fa3f64c92e 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -254,6 +254,12 @@ services: - %tables.notifications% - %tables.user_notifications% + pagination: + class: phpbb\pagination + arguments: + - @template + - @user + path_helper: class: phpbb\path_helper arguments: |