@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
63 | 63 | * @param string $phpbb_admin_path Relative admin root path |
64 | 64 | * @param string $php_ext php file extension |
65 | - */ |
|
65 | + */ |
|
66 | 66 | public function __construct(\phpbb\auth\auth $auth, \phpbb\cache\driver\driver_interface $cache, \phpbb\config\db $config, \phpbb\db\driver\driver_interface $db, \phpbb\language\language $language, \phpbb\request\request_interface $request, \phpbb\template\template $template, \blitze\content\services\types $content_types, \blitze\sitemaker\services\forum\manager $forum, \blitze\content\model\mapper_factory $mapper_factory, $phpbb_admin_path, $php_ext) |
67 | 67 | { |
68 | 68 | $this->auth = $auth; |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * @param \blitze\sitemaker\services\forum\manager $forum_manager Forum manager object |
45 | 45 | * @param \blitze\content\model\mapper_factory $cmapper_factory Content Mapper factory object |
46 | 46 | * @param \blitze\sitemaker\model\mapper_factory $smapper_factory Sitemaker Mapper factory object |
47 | - */ |
|
47 | + */ |
|
48 | 48 | public function __construct(\phpbb\cache\driver\driver_interface $cache, \phpbb\language\language $language, \phpbb\request\request_interface $request, \blitze\content\services\types $content_types, \blitze\sitemaker\services\forum\manager $forum_manager, \blitze\content\model\mapper_factory $cmapper_factory, \blitze\sitemaker\model\mapper_factory $smapper_factory) |
49 | 49 | { |
50 | 50 | $this->cache = $cache; |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * @param \phpbb\cache\driver\driver_interface $cache Cache object |
29 | 29 | * @param \blitze\content\services\types $content_types Content types object |
30 | 30 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
31 | - */ |
|
31 | + */ |
|
32 | 32 | public function __construct(\phpbb\cache\driver\driver_interface $cache, \blitze\content\services\types $content_types, \blitze\content\model\mapper_factory $mapper_factory) |
33 | 33 | { |
34 | 34 | $this->cache = $cache; |