@@ -51,7 +51,7 @@ |
||
51 | 51 | * @param \blitze\sitemaker\services\auto_lang $auto_lang Auto add lang file |
52 | 52 | * @param \blitze\content\services\form\fields_factory $fields_factory Fields factory object |
53 | 53 | * @param \blitze\content\services\views\views_factory $views_factory Views factory object |
54 | - */ |
|
54 | + */ |
|
55 | 55 | public function __construct(\phpbb\auth\auth $auth, \phpbb\controller\helper $controller_helper, \phpbb\language\language $language, \phpbb\template\template $template, \phpbb\user $user, \blitze\sitemaker\services\auto_lang $auto_lang, \blitze\content\services\form\fields_factory $fields_factory, \blitze\content\services\views\views_factory $views_factory) |
56 | 56 | { |
57 | 57 | $this->auth = $auth; |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * @param \blitze\content\services\form\fields_factory $fields_factory Fields factory object |
30 | 30 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
31 | 31 | * @param \blitze\content\services\views\views_factory $views_factory Views factory object |
32 | - */ |
|
32 | + */ |
|
33 | 33 | public function __construct(\phpbb\auth\auth $auth, \phpbb\controller\helper $controller_helper, \phpbb\language\language $language, \phpbb\template\template $template, \phpbb\user $user, \blitze\sitemaker\services\auto_lang $auto_lang, \blitze\content\services\types $content_types, \blitze\content\services\form\fields_factory $fields_factory, \blitze\content\model\mapper_factory $mapper_factory, \blitze\content\services\views\views_factory $views_factory) |
34 | 34 | { |
35 | 35 | parent::__construct($auth, $controller_helper, $language, $template, $user, $auto_lang, $fields_factory, $views_factory); |