1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/13388] Fix rebase

PHPBB3-13388
This commit is contained in:
Tristan Darricau
2015-05-29 16:52:21 +02:00
parent 6656567424
commit 80375c98f0

View File

@@ -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())
{
$this->container = $container;
$this->filesystem = $filesystem;
$this->extension_manager = $extension_manager;
$this->routing_files = $routing_files;