IcingaObjectGroups: Set right return type for store()

This commit is contained in:
Alexander Fuhr 2015-06-30 10:46:53 +02:00
parent fbbea8d486
commit decfcfd67b

View File

@ -251,7 +251,7 @@ class IcingaObjectGroups implements Iterator, Countable, IcingaConfigRenderer
}
$this->storedGroups = $this->groups;
return $this;
return true;
}
protected function getGroupClass()