Command: make $config and $configs protected

This commit is contained in:
Alexander A. Klimov 2015-11-03 16:11:20 +01:00
parent 48e6bdd6ce
commit 327cf37326
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ abstract class Command
protected $commandName;
protected $actionName;
private $config;
protected $config;
private $configs;
protected $configs;
protected $defaultActionName = 'default';