mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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;
|
||||
|
||||
return $this;
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function getGroupClass()
|
||||
|
Loading…
x
Reference in New Issue
Block a user