[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;