asyncservice must be protected so __get() instantiates it automatically

This commit is contained in:
ralf 2024-03-06 11:41:40 +02:00
parent db0488d9d0
commit 9412a3df55

View File

@ -76,7 +76,7 @@ class Egw extends Egw\Base
/** /**
* @var Asyncservice * @var Asyncservice
*/ */
public $asyncservice; protected $asyncservice;
/** /**
* Constructor: Instantiates the sub-classes * Constructor: Instantiates the sub-classes