mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/13388] Fix rebase
PHPBB3-13388
This commit is contained in:
@@ -112,6 +112,7 @@ class router implements RouterInterface
|
|||||||
*/
|
*/
|
||||||
public function __construct(ContainerInterface $container, \phpbb\filesystem\filesystem_interface $filesystem, $phpbb_root_path, $php_ext, $environment, manager $extension_manager = null, $routing_files = array())
|
public function __construct(ContainerInterface $container, \phpbb\filesystem\filesystem_interface $filesystem, $phpbb_root_path, $php_ext, $environment, manager $extension_manager = null, $routing_files = array())
|
||||||
{
|
{
|
||||||
|
$this->container = $container;
|
||||||
$this->filesystem = $filesystem;
|
$this->filesystem = $filesystem;
|
||||||
$this->extension_manager = $extension_manager;
|
$this->extension_manager = $extension_manager;
|
||||||
$this->routing_files = $routing_files;
|
$this->routing_files = $routing_files;
|
||||||
|
Reference in New Issue
Block a user