IcingaObject: type should not be private

This commit is contained in:
Thomas Gelf 2015-08-28 18:21:04 +02:00
parent f81f6167d5
commit 3757c0fb85

View File

@ -28,7 +28,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
protected $supportsFields = false;
private $type;
protected $type;
private $vars;