IcingaObject: make assignments public
This commit is contained in:
parent
33ff0c77e8
commit
f8d6af7b3f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue