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…
Reference in New Issue