mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
set logger in constructor
This commit is contained in:
parent
c34e63bb1f
commit
2c8fa54881
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class EncryptionController extends Controller {
|
|||
$this->connection = $connection;
|
||||
$this->view = $view;
|
||||
$this->userManager = $userManager;
|
||||
$this->logger = $logger;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue