fix property scope
This commit is contained in:
parent
5696a5249f
commit
d09e19ce1d
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ class Index extends BaseModule
|
|||
/** @var Database */
|
||||
private $database;
|
||||
/** @var AppHelper */
|
||||
protected $appHelper;
|
||||
private $appHelper;
|
||||
/** @var IHandleUserSessions */
|
||||
private $session;
|
||||
/** @var IManageConfigValues */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue