mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
IcingaObjectGroups: Set right return type for store()
This commit is contained in:
parent
fbbea8d486
commit
decfcfd67b
@ -251,7 +251,7 @@ class IcingaObjectGroups implements Iterator, Countable, IcingaConfigRenderer
|
|||||||
}
|
}
|
||||||
$this->storedGroups = $this->groups;
|
$this->storedGroups = $this->groups;
|
||||||
|
|
||||||
return $this;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getGroupClass()
|
protected function getGroupClass()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user