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