mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:38:53 +00:00
[ticket/13388] Fix rebase
PHPBB3-13388
This commit is contained in:
parent
6656567424
commit
80375c98f0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue