mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaAddServiceForm: fix method signature...
...to fit parent method fixes #1112
This commit is contained in:
parent
9d369b5f16
commit
c7d7657489
@ -48,10 +48,7 @@ class IcingaAddServiceForm extends DirectorObjectForm
|
||||
->setButtons();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return $this
|
||||
*/
|
||||
protected function groupMainProperties()
|
||||
protected function groupMainProperties($importsFirst = false)
|
||||
{
|
||||
$elements = [
|
||||
'object_type',
|
||||
|
Loading…
x
Reference in New Issue
Block a user