mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DirectorObjectForm: relax private to protected
This commit is contained in:
parent
ab2e55321d
commit
1d617c7bdd
@ -14,9 +14,9 @@ abstract class DirectorObjectForm extends QuickForm
|
||||
|
||||
protected $objectName;
|
||||
|
||||
private $className;
|
||||
protected $className;
|
||||
|
||||
private $objectType = 'object';
|
||||
protected $objectType = 'object';
|
||||
|
||||
protected function object($values = array())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user