Web: Add `$accessibleMenuItems` explicitly as non-dynamic property
This commit is contained in:
parent
391eede52f
commit
e3036c41a2
|
@ -66,6 +66,9 @@ class Web extends EmbeddedWeb
|
||||||
*/
|
*/
|
||||||
private $user;
|
private $user;
|
||||||
|
|
||||||
|
/** @var array */
|
||||||
|
protected $accessibleMenuItems;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Identify web bootstrap
|
* Identify web bootstrap
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue