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:
@@ -16,7 +16,7 @@ class phpbb_mock_controller_helper extends \phpbb\controller\helper
|
||||
$this->config = $config;
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
$this->php_ext = $php_ext;
|
||||
$provider->set_ext_finder($manager->get_finder());
|
||||
$provider->find_routing_files($manager->get_finder());
|
||||
$this->route_collection = $provider->find($phpbb_root_path_ext)->get_routes();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user