mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/11497] Rename set_ext_finder in find_routing_files
PHPBB3-11497
This commit is contained in:
@@ -46,7 +46,7 @@ class provider
|
||||
* @param \phpbb\extension\finder $finder
|
||||
* @return null
|
||||
*/
|
||||
public function set_ext_finder(\phpbb\extension\finder $finder)
|
||||
public function find_routing_files(\phpbb\extension\finder $finder)
|
||||
{
|
||||
// We hardcode the path to the core config directory
|
||||
// because the finder cannot find it
|
||||
|
Reference in New Issue
Block a user