eee
This commit is contained in:
@@ -23,12 +23,21 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
private array $_item = [];
|
private array $_item = [];
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
private array $dump = [];
|
private array $dump = [];
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
public array $groupTack = [];
|
public array $groupTack = [];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user