From c7d7657489e6b1f7879005facc9ad2aae721947c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 25 Aug 2017 11:48:53 +0200 Subject: [PATCH] IcingaAddServiceForm: fix method signature... ...to fit parent method fixes #1112 --- application/forms/IcingaAddServiceForm.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/application/forms/IcingaAddServiceForm.php b/application/forms/IcingaAddServiceForm.php index 2d191f9a..66bf2997 100644 --- a/application/forms/IcingaAddServiceForm.php +++ b/application/forms/IcingaAddServiceForm.php @@ -48,10 +48,7 @@ class IcingaAddServiceForm extends DirectorObjectForm ->setButtons(); } - /** - * @return $this - */ - protected function groupMainProperties() + protected function groupMainProperties($importsFirst = false) { $elements = [ 'object_type',