mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
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;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function assignments()
|
public function assignments()
|
||||||
{
|
{
|
||||||
if ($this->assignments === null) {
|
if ($this->assignments === null) {
|
||||||
$this->assignments = new IcingaObjectAssignments($this);
|
$this->assignments = new IcingaObjectAssignments($this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user