From 183492b01931dec5052e2087f70fa432a2f51b03 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 6 May 2014 18:27:30 +0200 Subject: [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder PHPBB3-12508 --- phpBB/phpbb/controller/provider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/phpbb/controller') diff --git a/phpBB/phpbb/controller/provider.php b/phpBB/phpbb/controller/provider.php index 91f3a07fb1..bd85385a41 100644 --- a/phpBB/phpbb/controller/provider.php +++ b/phpBB/phpbb/controller/provider.php @@ -46,10 +46,10 @@ class provider } /** - * @param \phpbb\extension\finder $finder + * @param \phpbb\finder $finder * @return null */ - public function find_routing_files(\phpbb\extension\finder $finder) + public function find_routing_files(\phpbb\finder $finder) { // We hardcode the path to the core config directory // because the finder cannot find it -- cgit v1.2.1