mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12090] Split finding routes and returning routes into 2 methods
PHPBB3-12090
This commit is contained in:
@@ -66,8 +66,7 @@ class helper
|
||||
$this->config = $config;
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
$this->php_ext = $php_ext;
|
||||
$this->route_collection = $provider->find($this->phpbb_root_path);
|
||||
|
||||
$this->route_collection = $provider->find($this->phpbb_root_path)->get_routes();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user