mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaObject: type should not be private
This commit is contained in:
parent
f81f6167d5
commit
3757c0fb85
@ -28,7 +28,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
|
||||
protected $supportsFields = false;
|
||||
|
||||
private $type;
|
||||
protected $type;
|
||||
|
||||
private $vars;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user