mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
Command: make $config and $configs protected
This commit is contained in:
parent
48e6bdd6ce
commit
327cf37326
1 changed files with 2 additions and 2 deletions
|
|
@ -28,9 +28,9 @@ abstract class Command
|
|||
protected $commandName;
|
||||
protected $actionName;
|
||||
|
||||
private $config;
|
||||
protected $config;
|
||||
|
||||
private $configs;
|
||||
protected $configs;
|
||||
|
||||
protected $defaultActionName = 'default';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue