From 4074d7b3ac05acbad2e74ec6dddc63d47e90dccd Mon Sep 17 00:00:00 2001 From: Jennifer Mourek Date: Mon, 19 Feb 2018 15:37:52 +0100 Subject: [PATCH] Apply requested changes --- .../application/controllers/TacticalController.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/controllers/TacticalController.php b/modules/monitoring/application/controllers/TacticalController.php index 40ecc4f5f..40334185f 100644 --- a/modules/monitoring/application/controllers/TacticalController.php +++ b/modules/monitoring/application/controllers/TacticalController.php @@ -12,9 +12,6 @@ use Icinga\Web\Widget\Tabextension\OutputFormat; class TacticalController extends Controller { - /** - * @see ActionController::init - */ public function init() { parent::init(); @@ -115,13 +112,10 @@ class TacticalController extends Controller $this->view->statusSummary = $summary; } - /** - * Return all tabs for this controller - * - * @return Tabs + * Create all tabs for this controller */ - private function createTabs() + protected function createTabs() { $this->getTabs()->extend(new OutputFormat(['pdf'])); }