mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +00:00
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 */
|
||||
|
|
|
@ -45,7 +45,7 @@ class Photos extends \Friendica\Module\BaseProfile
|
|||
/** @var IManageConfigValues */
|
||||
private $config;
|
||||
/** @var AppHelper */
|
||||
protected $appHelper;
|
||||
private $appHelper;
|
||||
/** @var Database */
|
||||
private $database;
|
||||
/** @var SystemMessages */
|
||||
|
|
|
@ -47,7 +47,7 @@ class Profile extends BaseProfile
|
|||
/** @var Database */
|
||||
private $database;
|
||||
/** @var AppHelper */
|
||||
protected $appHelper;
|
||||
private $appHelper;
|
||||
/** @var IHandleUserSessions */
|
||||
private $session;
|
||||
/** @var IManageConfigValues */
|
||||
|
|
Loading…
Reference in a new issue