aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/provider.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-06 18:27:30 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-10 11:47:40 +0200
commit183492b01931dec5052e2087f70fa432a2f51b03 (patch)
tree44529b38da7872f3a66c1a95ba1370100f20c604 /phpBB/phpbb/controller/provider.php
parentd45c681b40cf0415ce49b2cd7f3f1083e84b367c (diff)
downloadforums-183492b01931dec5052e2087f70fa432a2f51b03.tar
forums-183492b01931dec5052e2087f70fa432a2f51b03.tar.gz
forums-183492b01931dec5052e2087f70fa432a2f51b03.tar.bz2
forums-183492b01931dec5052e2087f70fa432a2f51b03.tar.xz
forums-183492b01931dec5052e2087f70fa432a2f51b03.zip
[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder
PHPBB3-12508
Diffstat (limited to 'phpBB/phpbb/controller/provider.php')
-rw-r--r--phpBB/phpbb/controller/provider.php4
1 files changed, 2 insertions, 2 deletions
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