IcingaObject: make assignments public

This commit is contained in:
Thomas Gelf 2016-03-24 06:49:19 +01:00
parent 33ff0c77e8
commit f8d6af7b3f
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
return $this;
}
protected function assignments()
public function assignments()
{
if ($this->assignments === null) {
$this->assignments = new IcingaObjectAssignments($this);