From fcfa1a35cc73471e4f8844920cdcf4d4990ce6b0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Dec 2013 01:45:40 +0100 Subject: [PATCH] [ticket/11849] Add service definition PHPBB3-11849 --- phpBB/config/services.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: