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 $commandName;
|
||||||
protected $actionName;
|
protected $actionName;
|
||||||
|
|
||||||
private $config;
|
protected $config;
|
||||||
|
|
||||||
private $configs;
|
protected $configs;
|
||||||
|
|
||||||
protected $defaultActionName = 'default';
|
protected $defaultActionName = 'default';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue