mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Command: make $config and $configs protected
This commit is contained in:
parent
48e6bdd6ce
commit
327cf37326
@ -28,9 +28,9 @@ abstract class Command
|
||||
protected $commandName;
|
||||
protected $actionName;
|
||||
|
||||
private $config;
|
||||
protected $config;
|
||||
|
||||
private $configs;
|
||||
protected $configs;
|
||||
|
||||
protected $defaultActionName = 'default';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user