mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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();
|
protected $_subcommands = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Command name.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $_command = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct an OptionParser so you can define its behavior
|
* Construct an OptionParser so you can define its behavior
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue