mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixing notice errors caused by undefined property.
This commit is contained in:
parent
2f079b33dd
commit
be262f30f0
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@ class ConsoleOptionParser {
|
|||
*/
|
||||
protected $_subcommands = array();
|
||||
|
||||
/**
|
||||
* Command name.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $_command = '';
|
||||
|
||||
/**
|
||||
* Construct an OptionParser so you can define its behavior
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue