mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Move back logger to protected in OCA\User_LDAP\User\User
It was changed to private because of a bad copy/paste. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
651147874f
commit
7ac895e766
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class User {
|
|||
/**
|
||||
* @var LoggerInterface
|
||||
*/
|
||||
private $logger;
|
||||
protected $logger;
|
||||
/**
|
||||
* @var IAvatarManager
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue