From ad2c032d3b748d177403fd495685977f7964f8d4 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sun, 6 Dec 2015 22:08:00 +0100 Subject: [ticket/14323] Moved autolink-related functions to a separate helper PHPBB3-14323 --- phpBB/config/default/container/services_text_formatter.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/config/default/container/services_text_formatter.yml') diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml index f86d30658e..01a833aef3 100644 --- a/phpBB/config/default/container/services_text_formatter.yml +++ b/phpBB/config/default/container/services_text_formatter.yml @@ -26,6 +26,9 @@ services: text_formatter.utils: alias: text_formatter.s9e.utils + text_formatter.s9e.autolink_helper: + class: phpbb\textformatter\s9e\autolink_helper + text_formatter.s9e.factory: class: phpbb\textformatter\s9e\factory arguments: @@ -33,6 +36,7 @@ services: - '@cache.driver' - '@dispatcher' - '@config' + - '@text_formatter.s9e.autolink_helper' - '%text_formatter.cache.dir%' - '%text_formatter.cache.parser.key%' - '%text_formatter.cache.renderer.key%' -- cgit v1.2.1