Web: Add `$accessibleMenuItems` explicitly as non-dynamic property

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 15:52:21 +02:00 committed by raviks789
parent 391eede52f
commit e3036c41a2
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class Web extends EmbeddedWeb
*/ */
private $user; private $user;
/** @var array */
protected $accessibleMenuItems;
/** /**
* Identify web bootstrap * Identify web bootstrap
* *